mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
32 lines
804 B
Makefile
32 lines
804 B
Makefile
# New ports collection makefile for: daCode-1.2.0
|
|
# Date created: 4 September 2002
|
|
# Whom: Sebastien Gioria <gioria@FreeBSD.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= daCode
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= french
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR=dacode
|
|
|
|
MAINTAINER= gioria@FreeBSD.org
|
|
COMMENT= A web publication system used by http://www.linuxfr.org
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
|
|
${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${ECHO} "Installing in ${PREFIX}/www/dadode"
|
|
${MKDIR} ${PREFIX}/www/dacode
|
|
${CP} -R ${WRKSRC}/* ${PREFIX}/www/dacode
|
|
${CHOWN} -R www:www ${PREFIX}/www/dacode
|
|
|
|
post-install:
|
|
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|