1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/hotcrp/Makefile
Baptiste Daroussin 5c7b4a79f2 Convert to USES=php
While here convert some ports to optiosn helpers
2017-10-04 11:29:14 +00:00

29 lines
562 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
USES= php mysql:server
USE_PHP= mysqli gd session ctype
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>