aboutsummaryrefslogblamecommitdiff
path: root/sysutils/djmount/Makefile
blob: 0cd771d9e0b318ae0af64710a05e327e96080538 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
           


                       
                 


                        
                                 

                                    

                     
                                     


                               
                                                   
                                        




                                                                          
             

                                                                         
 
                      
# Created by: Eric L. Camachat <eric@camachat.org>
# $FreeBSD$

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

MAINTAINER=	eric@camachat.org
COMMENT=	Mount UPnP A/V Media

LICENSE=	GPLv2

LIB_DEPENDS=	libupnp.so:devel/upnp

PLIST_FILES=	bin/${PORTNAME}
GNU_CONFIGURE=	yes
USES=		fuse iconv:build pkgconfig readline
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>