freebsd-ports/misc/achievo/Makefile
Sam Lawrance 945f316b31 Change install location.
Fix pkg-plist.

PR:		ports/92891
Submitted by:	Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
2006-02-11 02:35:08 +00:00

37 lines
827 B
Makefile

# New ports collection makefile for: achievo
# Date created: 19 Jan 2001
# Whom: mkptools
#
# $FreeBSD$
#
PORTNAME= achievo
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= misc www
MASTER_SITES= http://www.achievo.org/files/ \
http://www.caomhin.org/geek/ports/
DISTNAME= ${PORTNAME}-stable-${PORTVERSION}
MAINTAINER= kevin@caomhin.demon.co.uk
COMMENT= A flexible web-based resource management tool
USE_PHP= yes
WANT_PHP_MOD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_BUILD= YES
ACHVODIR?= www/achievo
PLIST_SUB= ACHVODIR=${ACHVODIR}
post-patch:
@${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default
do-install:
@${MKDIR} ${PREFIX}/${ACHVODIR}
@${CP} -R ${WRKSRC}/* ${PREFIX}/${ACHVODIR}
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${ACHVODIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>