View | Details | Raw Unified | Return to bug 233700 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/poudriere/ports/experimental/devel/upnp/Makefile (-7 / +7 lines)
Lines 8-38 Link Here
8
MASTER_SITES=	SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
8
MASTER_SITES=	SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
9
DISTNAME=	lib${PORTNAME}-${PORTVERSION}
9
DISTNAME=	lib${PORTNAME}-${PORTVERSION}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	phascolarctos@protonmail.ch
12
COMMENT=	Universal Plug and Play Software Development Kit
12
COMMENT=	Universal Plug and Play Software Development Kit
13
13
14
LICENSE=	BSD3CLAUSE
14
LICENSE=	BSD3CLAUSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
16
17
USES=		cpe libtool pathfix tar:bzip2
18
USE_LDCONFIG=	yes
19
17
PORTSCOUT=	skipv:1.8.3	# released on 2017-11-14; older than 1.6.25
20
PORTSCOUT=	skipv:1.8.3	# released on 2017-11-14; older than 1.6.25
18
21
19
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
20
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
21
TEST_TARGET=	check
24
TEST_TARGET=	check
22
USES=		cpe libtool pathfix tar:bzip2
23
CPE_VENDOR=	libupnp_project
25
CPE_VENDOR=	libupnp_project
24
CPE_PRODUCT=	libupnp
26
CPE_PRODUCT=	libupnp
25
USE_LDCONFIG=	yes
26
27
27
PORTDOCS=	ixml/*.html upnp/*.html
28
PORTDOCS=	ixml/*.html upnp/*.html
28
29
29
OPTIONS_DEFINE=	DEBUG DOCS IPV6
30
OPTIONS_DEFINE=	DEBUG DOCS IPV6
30
OPTIONS_SUB=	yes
31
OPTIONS_SUB=	yes
31
32
32
DEBUG_CONFIGURE_ON=	--enable-debug
33
DEBUG_CONFIGURE_ENABLE=	debug
33
DOCS_CONFIGURE_ON=	--with-documentation=${DOCSDIR}
34
DOCS_CONFIGURE_WITH=	documentation=${DOCSDIR}
34
DOCS_CONFIGURE_OFF=	--without-documentation
35
IPV6_CONFIGURE_ENABLE=	ipv6
35
IPV6_CONFIGURE_ON=	--enable-ipv6
36
36
37
pre-configure:
37
pre-configure:
38
	${REINPLACE_CMD} -e '386s,docs/dist,,' ${WRKSRC}/Makefile.in
38
	${REINPLACE_CMD} -e '386s,docs/dist,,' ${WRKSRC}/Makefile.in

Return to bug 233700