blob: be1fce76ac08eb425dab82bc7f8527a7a09038d0 (
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
|
PORTNAME= xoops
PORTVERSION= 2.5.10
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS_${PORTVERSION}
DISTNAME= XoopsCore25-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= Dynamic Web CMS
WWW= https://www.xoops.org/
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>
|