mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
da12e6723d
While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
33 lines
741 B
Makefile
33 lines
741 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
|
|
BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
GNU_CONFIGURE= yes
|
|
USES= fuse
|
|
USE_GNOME= pkgconfig
|
|
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
|
|
--with-fuse-prefix=${LOCALBASE} \
|
|
--with-external-libupnp --with-libupnp-prefix=${LOCALBASE}
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
|
|
|
post-install:
|
|
.ifndef NOPORTDOCS
|
|
@${INSTALL} -d ${DOCSDIR}/
|
|
@cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|