mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
28 lines
650 B
Makefile
28 lines
650 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
|
|
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>
|