diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-10 23:18:57 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-10 23:18:57 +0000 |
commit | c1b785c62b8a05524c9856e99b562447a33e5a2e (patch) | |
tree | 92bb3dde505153c9981486932b1c8cbbc32924c6 /www/mod_bf/Makefile | |
parent | ca0808a56ec910f0dfbdc45466977ac518234367 (diff) | |
download | ports-c1b785c62b8a05524c9856e99b562447a33e5a2e.tar.gz ports-c1b785c62b8a05524c9856e99b562447a33e5a2e.zip |
Notes
Diffstat (limited to 'www/mod_bf/Makefile')
-rw-r--r-- | www/mod_bf/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/www/mod_bf/Makefile b/www/mod_bf/Makefile new file mode 100644 index 000000000000..f4b65e5f4f6c --- /dev/null +++ b/www/mod_bf/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: mod_bf +# Date created: 10 April 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= mod_bf +PORTVERSION= 0.1 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= modbf + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 + +APXS?= ${LOCALBASE}/sbin/apxs + +do-build: + @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c + +do-install: + ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so + +.include <bsd.port.mk> |