freebsd-ports/sysutils/djmount/Makefile
Alex Kozlov 89324c8765 - Support STAGEDIR [1]
- Add license

PR:	ports/189639 [1]
Submitted by:	"Eric L. Camachat" <eric@camachat.org> (maintainer) [1]
2014-05-12 11:59:02 +00:00

30 lines
690 B
Makefile

# Created by: Eric L. Camachat <eric@camachat.org>
# $FreeBSD$
PORTNAME= djmount
PORTVERSION= 0.71
PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= eric@camachat.org
COMMENT= Mount UPnP A/V Media
LICENSE= GPLv2
LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp
PLIST_FILES= bin/${PORTNAME}
GNU_CONFIGURE= yes
USES= fuse iconv:build pkgconfig
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
--with-fuse-prefix=${LOCALBASE} \
--with-external-libupnp --with-libupnp-prefix=${LOCALBASE}
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
post-install:
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>