mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
e7ec57b377
supported in current release PR: ports/101021 Submitted by: Babak Farrokhi (maintainer)
33 lines
676 B
Makefile
33 lines
676 B
Makefile
# New ports collection makefile for: textpattern
|
|
# Date created: 30 Nov 2005
|
|
# Whom: babak@farrokhi.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= textpattern
|
|
PORTVERSION= 4.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.textpattern.com/dload/
|
|
|
|
MAINTAINER= babak@farrokhi.net
|
|
COMMENT= A free, flexible, elegant, easy-to-use content management system
|
|
|
|
NO_BUILD= YES
|
|
WANT_PHP_WEB= YES
|
|
WWWOWN?= www
|
|
WWWGRP?= www
|
|
TEXTPATTERN?= www/${PORTNAME}
|
|
PLIST_SUB+= TEXTPATTERN=${TEXTPATTERN}
|
|
USE_PHP= mbstring xml mysql
|
|
|
|
do-install:
|
|
-${MKDIR} ${PREFIX}/${TEXTPATTERN}
|
|
@(cd ${WRKSRC} && ${CP} -R * ${PREFIX}/${TEXTPATTERN}/ )
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|