aboutsummaryrefslogtreecommitdiff
path: root/www/hotcrp/Makefile
blob: 2c68fa2bdafc4ef32dc7e1644cab39c0b22825cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	hotcrp
PORTVERSION=	3.0.0
CATEGORIES=	www
MASTER_SITES=	${WWW}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Web-based conference management software
WWW=		https://www.read.seas.harvard.edu/~kohler/hotcrp/

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	pdftohtml:graphics/poppler-utils

USES=		php mysql:server
USE_PHP=	ctype gd mysqli session zlib

NO_BUILD=	yes
SUB_FILES=	pkg-message

do-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}

.include <bsd.port.mk>