head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.27;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.03.12.14.38;	author cs;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.15.12.33.26;	author cs;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.04.21.08.19;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ACH
# Date Created: 			2010-10-05
# Whom:					Carlo Strub <c-s@@c-s.li>
#
# $FreeBSD: head/www/ach/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ACH
PORTVERSION=	1.0.2
CATEGORIES=	www
MASTER_SITES=	http://cloud.github.com/downloads/Burton/Analysis-of-Competing-Hypotheses/
EXTRACT_SUFX=	-alpha.tar

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A free, open source tool for complex research problems

LICENSE=	GPLv3

USE_MYSQL=	yes
USE_PHP=	yes
IGNORE_WITH_PHP=	4

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha
NO_BUILD=	yes
SUB_FILES+=	pkg-message
PKGMESSAGE=	${WRKDIR}/pkg-message
WWWDIR?=	${PREFIX}/www/${PORTNAME}

# Get rid of temp files packaged in the upstream distfile
post-extract:
	@@${FIND} ${WRKSRC} -type f -not -name .htaccess -a \
		-name .\* -delete

do-install:
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} \
		${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
	@@${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
	@@${ECHO_CMD} '@@exec ${FIND} ${WWWDIR} -type f -print0 | \
		${XARGS} -0 ${CHMOD} 644' >> ${TMPPLIST}
	@@${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
	@@${ECHO_CMD} '@@exec ${FIND} ${WWWDIR} -type d -print0 | \
		${XARGS} -0 ${CHMOD} 755' >> ${TMPPLIST}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.3
log
@Set maintainership back to ports@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Change maintainer address to my FreeBSD address

Approved by:	wen@@ (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	cs@@FreeBSD.org
@


1.1
log
@A software companion to a 30+ year-old CIA research methodology,
Open Source Analysis of Competing Hypotheses (ACH) will help you
think objectively and logically about overwhelming amounts of data
and hypotheses. It can also guide research teams toward more
productive discussions by identifying the exact points of contention.

WWW: http://www.competinghypotheses.org/

PR:		ports/151225
Submitted by:	Carlo Strub <c-s at c-s.li>
@
text
@d14 1
a14 1
MAINTAINER=	c-s@@c-s.li
@

