1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/www/typolight/Makefile
2015-11-09 12:59:03 +00:00

26 lines
554 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= typolight
PORTVERSION= 2.8.4
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPOlight/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Powerful web content management system
BROKEN= unfetchable
NO_BUILD= yes
NO_ARCH= yes
USE_PHP= xsl mysql iconv gd
USE_MYSQL= yes
SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
${TOUCH} ${STAGEDIR}${WWWDIR}/system/config/localconfig.php.sample
.include <bsd.port.mk>