mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Enable stage
This commit is contained in:
parent
ec2ff6fbc0
commit
e6dfd4bf9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331042
@ -11,28 +11,21 @@ COMMENT= SAP and SLP announcement for the VLC Media Player
|
|||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_XZ= yes
|
USE_XZ= yes
|
||||||
USES= iconv
|
USES= iconv
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAN1= sapserver.1
|
PLIST_FILES= bin/sapserver etc/sap.cfg-dist man/man1/sapserver.1.gz
|
||||||
PLIST_FILES= bin/sapserver etc/sap.cfg-dist
|
|
||||||
USE_RC_SUBR= sapserver
|
USE_RC_SUBR= sapserver
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
OPTIONS_DEFINE= SLP
|
OPTIONS_DEFINE= SLP
|
||||||
SLP_DESC= "Enable SLP support via openslp"
|
SLP_DESC= "Enable SLP support via openslp"
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
NO_STAGE= yes
|
SLP_LIB_DEPENDS= libslp.so:${PORTSDIR}/net/openslp
|
||||||
.include <bsd.port.options.mk>
|
SLP_CONFIGURE_ENABLE= slp
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MSLP}
|
|
||||||
LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp
|
|
||||||
CONFIGURE_ARGS+=--enable-slp
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+=--disable-slp
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|$$(prefix)/share/man|${MANPREFIX}/man|; \
|
@${REINPLACE_CMD} -e 's|$$(prefix)/share/man|${MANPREFIX}/man|; \
|
||||||
@ -46,7 +39,4 @@ post-patch:
|
|||||||
@${REINPLACE_CMD} -e 's|a6->sin_len|a6->sin6_len|g' ${WRKSRC}/broadcast.cpp
|
@${REINPLACE_CMD} -e 's|a6->sin_len|a6->sin6_len|g' ${WRKSRC}/broadcast.cpp
|
||||||
@${CP} -f ${WRKSRC}/sap.cfg ${WRKSRC}/sap.cfg-dist
|
@${CP} -f ${WRKSRC}/sap.cfg ${WRKSRC}/sap.cfg-dist
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user