mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
29 lines
556 B
Makefile
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>
|