Index: head/sysutils/djmount/Makefile =================================================================== --- head/sysutils/djmount/Makefile (revision 501043) +++ head/sysutils/djmount/Makefile (revision 501044) @@ -1,32 +1,35 @@ # Created by: Eric L. Camachat # $FreeBSD$ PORTNAME= djmount PORTVERSION= 0.71 PORTREVISION= 10 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= eric@camachat.org COMMENT= Mount UPnP A/V Media LICENSE= GPLv2 +DEPRECATED= Unmaintained upstream and does not build with upnp >= 1.8 +EXPIRATION_DATE= 2019-05-15 + LIB_DEPENDS= libupnp.so:devel/upnp PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes USES= fuse iconv:build pkgconfig readline CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE} PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS post-install: @${INSTALL} -d ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include