aboutsummaryrefslogtreecommitdiff
path: root/sysutils/djmount/Makefile
blob: c1a5639de4e6a8b771cc5c31f89fbb3953f7f333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	djmount
# Date created:		15 October 2008
# Whom:			Eric L. Chen <d9364104@mail.nchu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	djmount
PORTVERSION=	0.71
PORTREVISION=	5
CATEGORIES=	sysutils
MASTER_SITES=	SF

MAINTAINER=	d9364104@mail.nchu.edu.tw
COMMENT=	Mount UPnP A/V Media

LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs \
		upnp.8:${PORTSDIR}/devel/upnp
BUILD_DEPENDS=	iconv:${PORTSDIR}/converters/libiconv
RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod

BROKEN=		does not compile

PLIST_FILES=	bin/${PORTNAME}
GNU_CONFIGURE=	yes
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>