1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

Convert to:
USES=libtool
USES=mono
This commit is contained in:
Baptiste Daroussin 2014-05-26 13:24:21 +00:00
parent 456cec5f1f
commit 5027847d0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355337
2 changed files with 5 additions and 7 deletions

View File

@ -16,16 +16,14 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
xsp:${PORTSDIR}/www/xsp
USES= pkgconfig
USES= libtool:oldver mono pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_APACHE= 22
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --man=${PREFIX}/man
INSTALL_TARGET= install
MAN8= mod_mono.8
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${APACHE_VERSION} == 13
MOD_MONOCONFDIR=${APACHEETCDIR}
.else
@ -38,5 +36,4 @@ post-patch:
@${REINPLACE_CMD} 's|%%MOD_MONOCONFDIR%%|${PREFIX}/${MOD_MONOCONFDIR}|g' \
${WRKSRC}/Makefile.in
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.post.mk>

View File

@ -1,2 +1,3 @@
%%MOD_MONOCONFDIR%%/mod_mono.conf
%%APACHEMODDIR%%/%%AP_MODULE%%
man/man8/mod_mono.8.gz