freebsd-ports/www/textpattern/Makefile
Ion-Mihai Tetcu e7ec57b377 remove support for postgresql and sqlite support from Makefile as they are not
supported in current release

PR:		ports/101021
Submitted by:	Babak Farrokhi (maintainer)
2006-07-29 16:12:33 +00:00

32 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>