freebsd-ports/www/openxmldir/Makefile
2006-11-08 09:28:33 +00:00

30 lines
735 B
Makefile

# New ports collection makefile for: open79xxdir
# Date created: 16 FEB 2006
# Whom: Babak Farrokhi <babak@farrokhi.net>
#
# $FreeBSD$
#
PORTNAME= openxmldir
PORTVERSION= 1.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= open79xxdir
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= PHP based XML menuing system for cisco 79xx IP phones
NO_BUILD= YES
WANT_PHP_WEB= YES
USE_PHP= mysql xml
PLIST_SUB+= OPENXMLDIR=${OPENXMLDIR}
OPENXMLDIR= www/${PORTNAME}
do-install:
-${MKDIR} ${PREFIX}/${OPENXMLDIR}
@${CP} -R ${WRKSRC}/* ${PREFIX}/${OPENXMLDIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${OPENXMLDIR}
@${CHMOD} 755 ${PREFIX}/${OPENXMLDIR}
.include <bsd.port.mk>