blob: 32459652928cfa41d0363216ea58d4287b36abcb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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
COMMENT= A flexible web-based resource management tool
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>
|