freebsd-ports/www/ach/Makefile
Alexey Dokuchaev ec5c5f26df For ports under `www' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list.
2018-05-05 14:58:18 +00:00

34 lines
714 B
Makefile

# Created by: Carlo Strub <c-s@c-s.li>
# $FreeBSD$
PORTNAME= ACH
PORTVERSION= 1.0.3
DISTVERSIONSUFFIX= -alpha
CATEGORIES= www
MASTER_SITES= GHC
MAINTAINER= danilo@FreeBSD.org
COMMENT= Free, open source tool for complex research problems
LICENSE= GPLv3
USE_MYSQL= yes
USES= php tar
USE_GITHUB= yes
GH_ACCOUNT= Burton
GH_PROJECT= Analysis-of-Competing-Hypotheses
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD= yes
SUB_FILES+= 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} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>