1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/achievo/Makefile
Pav Lucistnik a115543453 - Update to 1.0.4
- Install config.inc as config.in-default

PR:		ports/64475
Submitted by:	Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
2004-03-21 18:17:41 +00:00

32 lines
693 B
Makefile

# New ports collection makefile for: achievo
# Date created: 19 Jan 2001
# Whom: mkptools
#
# $FreeBSD$
#
PORTNAME= achievo
PORTVERSION= 1.0.4
CATEGORIES= misc www
MASTER_SITES= http://ftp.achievo.org/pub/achievo/
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
post-patch:
@${MV} ${WRKSRC}/config.inc.php ${WRKSRC}/config.inc.php-default
do-install:
@${MKDIR} ${PREFIX}/www/data.default/achievo
@${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/achievo/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>