1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/hotcrp/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

29 lines
556 B
Makefile

# $FreeBSD$
PORTNAME= hotcrp
PORTVERSION= 2.94
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.read.seas.harvard.edu/~kohler/hotcrp/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= Web based conference management software
RUN_DEPENDS= pdftohtml:graphics/poppler-utils \
zip:archivers/zip
USE_PHP= mysqli gd session ctype
USE_MYSQL= server
NO_BUILD= yes
SUB_FILES= pkg-message
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>