2005-12-19 21:35:54 +01:00
|
|
|
# New ports collection makefile for: textpattern
|
|
|
|
# Date created: 30 Nov 2005
|
|
|
|
# Whom: babak@farrokhi.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= textpattern
|
2009-03-09 21:37:36 +01:00
|
|
|
PORTVERSION= 4.0.9
|
2005-12-19 21:35:54 +01:00
|
|
|
CATEGORIES= www
|
2009-03-09 21:37:36 +01:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/
|
2005-12-19 21:35:54 +01:00
|
|
|
|
2009-03-09 18:58:56 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-12-19 21:35:54 +01:00
|
|
|
COMMENT= A free, flexible, elegant, easy-to-use content management system
|
|
|
|
|
|
|
|
NO_BUILD= YES
|
|
|
|
WANT_PHP_WEB= YES
|
2008-02-02 11:26:51 +01:00
|
|
|
USE_PHP= mbstring xml mysql pcre
|
2005-12-19 21:35:54 +01:00
|
|
|
|
2007-07-09 14:51:40 +02:00
|
|
|
SUB_FILES= pkg-message
|
2005-12-19 21:35:54 +01:00
|
|
|
|
2007-07-09 14:51:40 +02:00
|
|
|
do-install:
|
|
|
|
-${MKDIR} ${WWWDIR}
|
|
|
|
@${CP} -R ${WRKSRC}/ ${WWWDIR}/
|
2005-12-19 21:35:54 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-07-09 14:51:40 +02:00
|
|
|
create-plist:
|
|
|
|
@${FIND} -s ${WRKSRC}/${file} -not -type d \
|
|
|
|
| ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
|
|
|
|
@${FIND} -ds ${WRKSRC}/${file} -type d \
|
|
|
|
| ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST}
|
|
|
|
|
2005-12-19 21:35:54 +01:00
|
|
|
.include <bsd.port.mk>
|