1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Neil Blakey-Milner 7e3ac56c12 Upgrade achievo to 0.8.4
PR:		46272
Submitted by:	Kevin Golding <kevein@caomhin.demon.co.uk>
2003-01-09 14:23:21 +00:00

27 lines
595 B
Makefile

# New ports collection makefile for: achievo
# Date created: 19 Jan 2001
# Whom: mkptools
#
# $FreeBSD$
#
PORTNAME= achievo
PORTVERSION= 0.8.4
CATEGORIES= misc www
MASTER_SITES= http://ftp.achievo.org/pub/achievo/
DISTNAME= ${PORTNAME}-stable-${PORTVERSION}
MAINTAINER= nbm@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
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>