aboutsummaryrefslogblamecommitdiff
path: root/www/hotcrp/Makefile
blob: d79e3083c9fb5a991df525685424d14a032a9a2f (plain) (tree)
1
2
3
4
5
6
7
8
9
                      
                     
                 
                   
                                                                
 
                                 
                                                        
 

                                                  
 
                                
                                       
 
                   
                           
 
                   


                                 

                                                                 

                      
PORTNAME=	hotcrp
PORTVERSION=	2.102
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.read.seas.harvard.edu/~kohler/hotcrp/

MAINTAINER=	ports@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>