aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2018-12-23 00:30:19 +0800
committerpi <pi@FreeBSD.org>2018-12-23 00:30:19 +0800
commitea6b6e866c9c533d8b2f3080d74a3fd583c77434 (patch)
tree7d0dcd25b46007534970dfc1a082a191ad7bc451 /devel
parenta625409de1514cd3baa21de1255a8dc296de0672 (diff)
downloadfreebsd-ports-gnome-ea6b6e866c9c533d8b2f3080d74a3fd583c77434.tar.gz
freebsd-ports-gnome-ea6b6e866c9c533d8b2f3080d74a3fd583c77434.tar.zst
freebsd-ports-gnome-ea6b6e866c9c533d8b2f3080d74a3fd583c77434.zip
devel/upnp: submitter becomes maintainer, reorder lines to silence portlint
- Sets MAINTAINER to submitter e-mail address. - Reorders USES and USE_LDCONFIG lines consistently with the standard ordering. - Transforms OPT_CONFIGURE_ON/OFF into OPT_CONFIGURE_ENABLE or OPT_CONFIGURE_WITH. PR: 233700 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
Diffstat (limited to 'devel')
-rw-r--r--devel/upnp/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/upnp/Makefile b/devel/upnp/Makefile
index 42cc44e0bf4f..975d19d3e22e 100644
--- a/devel/upnp/Makefile
+++ b/devel/upnp/Makefile
@@ -8,31 +8,31 @@ CATEGORIES= devel
MASTER_SITES= SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
DISTNAME= lib${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= phascolarctos@protonmail.ch
COMMENT= Universal Plug and Play Software Development Kit
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+USES= cpe libtool pathfix tar:bzip2
+USE_LDCONFIG= yes
+
PORTSCOUT= skipv:1.8.3 # released on 2017-11-14; older than 1.6.25
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
-USES= cpe libtool pathfix tar:bzip2
CPE_VENDOR= libupnp_project
CPE_PRODUCT= libupnp
-USE_LDCONFIG= yes
PORTDOCS= ixml/*.html upnp/*.html
OPTIONS_DEFINE= DEBUG DOCS IPV6
OPTIONS_SUB= yes
-DEBUG_CONFIGURE_ON= --enable-debug
-DOCS_CONFIGURE_ON= --with-documentation=${DOCSDIR}
-DOCS_CONFIGURE_OFF= --without-documentation
-IPV6_CONFIGURE_ON= --enable-ipv6
+DEBUG_CONFIGURE_ENABLE= debug
+DOCS_CONFIGURE_WITH= documentation=${DOCSDIR}
+IPV6_CONFIGURE_ENABLE= ipv6
pre-configure:
${REINPLACE_CMD} -e '386s,docs/dist,,' ${WRKSRC}/Makefile.in