summaryrefslogtreecommitdiff
path: root/www/hotcrp/Makefile
blob: 6673a7bca7ea9f6af8de095f2b5391431512ab44 (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
25
26
27
28
29
30
PORTNAME=	hotcrp
PORTVERSION=	2.102
PORTREVISION=	18
CATEGORIES=	www
MASTER_SITES=	http://www.read.seas.harvard.edu/~kohler/hotcrp/

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

DEPRECATED=	Outdated, current version was released in 2018 and is unsupported upstream
EXPIRATION_DATE=2024-05-31

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>