diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-20 05:11:07 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-20 05:11:07 +0000 |
commit | 471191997ee4afd5ed95f49d045c5965b647459a (patch) | |
tree | 9c78c27b630f17863fa446a240b338792c290c6d /www/mod_macro/Makefile | |
parent | 2bd1b7fa390387603a0c2560598845e969b84075 (diff) | |
download | ports-471191997ee4afd5ed95f49d045c5965b647459a.tar.gz ports-471191997ee4afd5ed95f49d045c5965b647459a.zip |
Notes
Diffstat (limited to 'www/mod_macro/Makefile')
-rw-r--r-- | www/mod_macro/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/mod_macro/Makefile b/www/mod_macro/Makefile new file mode 100644 index 000000000000..5b7271a64532 --- /dev/null +++ b/www/mod_macro/Makefile @@ -0,0 +1,29 @@ +# ex:ts=8 +# Ports collection makefile for: mod_macro +# Date created: Nov 20, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mod_macro +PORTVERSION= 1.1.2 +CATEGORIES= www +MASTER_SITES= http://www.cri.ensmp.fr/~coelho/mod_macro/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Apache module for use macros in config files + +USE_APACHE= yes + +do-build: + @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c + +do-install: + ${APXS} -i -A -n ${PORTNAME} ${WRKSRC}/${PORTNAME}.so +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${DOCSDIR} +.endif + +.include <bsd.port.mk> |