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:
parent
456cec5f1f
commit
5027847d0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355337
@ -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>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%MOD_MONOCONFDIR%%/mod_mono.conf
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
man/man8/mod_mono.8.gz
|
||||
|
Loading…
Reference in New Issue
Block a user