5c7b4a79f2
While here convert some ports to optiosn helpers
28 lines
634 B
Makefile
28 lines
634 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xoops
|
|
PORTVERSION= 2.5.8
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS_${PORTVERSION}
|
|
DISTNAME= XoopsCore25-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Dynamic Web CMS
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_PHP= mysqli filter mbstring iconv xml zlib gd exif
|
|
|
|
USES= cpe php
|
|
NO_BUILD= yes
|
|
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
|
SUB_FILES= pkg-message
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
.for d in docs extras htdocs
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${WWWDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|