freebsd-ports/www/habari/Makefile
Ion-Mihai Tetcu b9acfb442c Habari represents a fresh start to the idea of blogging.
The system is fast, easy to use, and easy to modify.
New users should have no problem using and enjoying Habari.
Advanced users should have no problem tweaking Habari to do exactly
what they need it to do.

WWW:	http://habariproject.org/

PR:		ports/122457
Submitted by:	ayunyan <ayunyan at gmail.com>
2008-05-06 12:57:14 +00:00

28 lines
607 B
Makefile

# New ports collection makefile for: habari
# Date created: Mar 30 2008
# Whom: ayunyan <ayunyan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= habari
PORTVERSION= 0.4.1
CATEGORIES= www
MASTER_SITES= http://habariproject.org/dist/
MAINTAINER= ayunyan@gmail.com
COMMENT= Next-generation free software blogging platform
USE_ZIP= yes
USE_PHP= pdo pdo_mysql pcre simplexml
NO_BUILD= yes
WANT_PHP_MOD= yes
do-install:
@${MKDIR} ${WWWDIR}
@${CHMOD} 755 ${WWWDIR}
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${WWWDIR})
@${TOUCH} ${WWWDIR}/.htaccess
@${CHOWN} ${WWWOWN} ${WWWDIR}/.htaccess
.include <bsd.port.mk>