summaryrefslogblamecommitdiff
path: root/graphics/pornview/Makefile
blob: e372e95fb1c99f1e0c7a7a0a4cc898f459bfa7aa (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                           
                         
                  


                                          
                                                     
 
                                  
                                                   
 
                                                    
 
                   
                                               




                                                   
                                                     
                                     
                           

                                                      
      





                                     

           



                                                                                    

                      
# New ports collection Makefile for: pornview
# Date created:		24 Nov 2002
# Whom:			Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	pornview
PORTVERSION=	0.2.0.p.1
PORTREVISION=	10
CATEGORIES=	graphics
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p./pre/}

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	PornView is an image viewer/manager

LIB_DEPENDS=	exif.12:${PORTSDIR}/graphics/libexif

USE_XLIB=	yes
USE_GNOME=	gdkpixbuf gnomehack gnomeprefix
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

.if defined(WITH_LIBXINE)
LIB_DEPENDS+=	xine.1:${PORTSDIR}/multimedia/libxine
CONFIGURE_ARGS+=	--enable-xine
.elif defined(WITH_MPLAYER)
RUN_DEPENDS+=	mplayer:${PORTSDIR}/multimedia/mplayer
CONFIGURE_ARGS+=	--enable-mplayer
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB+=	WITH_NLS="@comment "
.else
PLIST_SUB+=	WITH_NLS=""
.endif

post-patch:
	@${REINPLACE_CMD} -e \
		's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \
		 s|\\[$$][{]top_builddir[}]/intl/libintl.a|-lintl|g ; \
		 s|[{]datadir[}]/locale|{prefix}/share/locale|g' ${WRKSRC}/configure

.include <bsd.port.mk>