aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/pornview/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-08-28 17:19:42 +0800
committerdinoex <dinoex@FreeBSD.org>2005-08-28 17:19:42 +0800
commit7bf273958619c95c450fda7ccfcf6c8c7c733420 (patch)
treeb26735ccf92025cb2fef8345f6dbc85d9b144f12 /graphics/pornview/Makefile
parentf3952cb3b1561771d1dc2fc78630a9a8caed89f6 (diff)
downloadfreebsd-ports-graphics-7bf273958619c95c450fda7ccfcf6c8c7c733420.tar.gz
freebsd-ports-graphics-7bf273958619c95c450fda7ccfcf6c8c7c733420.tar.zst
freebsd-ports-graphics-7bf273958619c95c450fda7ccfcf6c8c7c733420.zip
- take maintainership
- fix option WITHOUT_NLS
Diffstat (limited to 'graphics/pornview/Makefile')
-rw-r--r--graphics/pornview/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pornview/Makefile b/graphics/pornview/Makefile
index 08efc4a7182..e2ea9f3c3a6 100644
--- a/graphics/pornview/Makefile
+++ b/graphics/pornview/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
COMMENT= PornView is an image viewer/manager
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
@@ -32,6 +32,12 @@ CONFIGURE_ARGS+= --enable-xine
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 \