mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
32 lines
690 B
Makefile
32 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
|
|
|
|
LIB_DEPENDS= upnp.9:${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
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
.ifndef NOPORTDOCS
|
|
@${INSTALL} -d ${DOCSDIR}/
|
|
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|