1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/iwebcal/Makefile
2009-03-09 19:29:12 +00:00

33 lines
658 B
Makefile

# New ports collection makefile for: iwebcal
# Date created: 2006-01-14
# Whom: Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#
PORTNAME= iwebcal
PORTVERSION= 2.1
CATEGORIES= www deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Webbased iCal calendar viewer
NO_BUILD= yes
USE_PHP= yes
WRKSRC= ${WRKDIR}/iWebCal
post-extract:
-@${FIND} ${WRKSRC}/ -type d -name '.svn' | ${XARGS} ${RM} -rf
do-install:
.if !exists(${WWWDIR})
${MKDIR} ${WWWDIR}
.endif
@${CP} -R ${WRKSRC}/* ${WWWDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
.include <bsd.port.mk>