diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index f655f1494b5c..16435f7e0fac 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -1,29 +1,32 @@ PORTNAME= gupnp-ui PORTVERSION= 0.1.1 PORTREVISION= 10 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= sunpoet@FreeBSD.org COMMENT= Framework for UPnP devices WWW= https://wiki.gnome.org/Projects/GUPnP LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Depends on deprecated port net/gupnp14 +EXPIRATION_DATE=2023-11-30 + BUILD_DEPENDS= gupnp14>=0.3:net/gupnp14 LIB_DEPENDS= libgupnp-1.2.so:net/gupnp14 \ libsoup-2.4.so:devel/libsoup USES= compiler:c++11-lang gnome libtool pathfix pkgconfig python USE_GNOME= gtk20 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|gupnp-1.0|gupnp-1.2|' ${WRKSRC}/configure ${WRKSRC}/gupnp-ui-1.0.pc.in .include