2012-11-11 15:46:39 +01:00
|
|
|
# Created by: Eric L. Camachat <eric@camachat.org>
|
2008-11-01 23:53:45 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= djmount
|
|
|
|
PORTVERSION= 0.71
|
2012-04-27 16:28:11 +02:00
|
|
|
PORTREVISION= 6
|
2008-11-01 23:53:45 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2012-11-11 15:46:39 +01:00
|
|
|
MAINTAINER= eric@camachat.org
|
2008-11-01 23:53:45 +01:00
|
|
|
COMMENT= Mount UPnP A/V Media
|
|
|
|
|
2014-05-12 13:59:02 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp
|
2008-11-01 23:53:45 +01:00
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
2013-09-02 07:41:50 +02:00
|
|
|
USES= fuse iconv:build pkgconfig
|
2013-09-04 22:01:05 +02:00
|
|
|
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
|
2008-11-01 23:53:45 +01:00
|
|
|
--with-fuse-prefix=${LOCALBASE} \
|
|
|
|
--with-external-libupnp --with-libupnp-prefix=${LOCALBASE}
|
|
|
|
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
|
|
|
|
|
|
|
post-install:
|
2014-05-12 13:59:02 +02:00
|
|
|
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
2008-11-01 23:53:45 +01:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|