freebsd-ports/misc/achievo/Makefile
Mark Linimon 84104e8cd6 Update to 1.0.3: added many new fields to employee data; added some
new reports; menu fixes; bugfixes; updated language files.  See
doc/CHANGES for complete list.

PR:		ports/62590
Submitted by:	Kevin Golding <kevin@caomhin.demon.co.uk> (maintainer)
2004-02-13 04:37:37 +00:00

28 lines
614 B
Makefile

# New ports collection makefile for: achievo
# Date created: 19 Jan 2001
# Whom: mkptools
#
# $FreeBSD$
#
PORTNAME= achievo
PORTVERSION= 1.0.3
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
do-install:
@${MKDIR} ${PREFIX}/www/data.default/achievo
@${CP} -R ${WRKSRC}/* ${PREFIX}/www/data.default/achievo/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>