1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/siteatschool/Makefile
Beech Rintoul ede29d0ee0 - New port siteatschool-2.4.10
Site@School is a Content Management System(CMS) to manage and maintain the
website of a primary school. It can manage the schools website without
technical knowledge, edit the webpages with a word processor like editor.
Pupils and teachers can have personal pages on the website, and teachers
can check pupil pages before publication.

PR:		ports/122016
Submitted by:	Wen heping <wenheping at gmail.com>
2008-03-25 06:55:45 +00:00

38 lines
810 B
Makefile

# New ports collection makefile for: siteatschool
# Date created: 16 March 2008
# Whom: Wen heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= siteatschool
PORTVERSION= 2.4.10
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= wenheping@gmail.com
COMMENT= CMS to manage and maintain a school website
USE_PHP= mysql
USE_ZIP= yes
SUB_FILES= pkg-message
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_DOS2UNIX= yes
.include <bsd.port.pre.mk>
do-install:
@cd ${WRKDIR} && ${COPYTREE_SHARE} "starnet agenda index.php" ${WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
@${CHMOD} -R 755 ${WWWDIR}
post-install:
@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
>> ${TMPPLIST}
@${ECHO_CMD} '@exec ${CHMOD} 755 -R ${WWWDIR}' \
>> ${TMPPLIST}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>