From 630930f0eda1459a2d8397f70203ca8838bf9187 Mon Sep 17 00:00:00 2001 From: araujo Date: Fri, 4 Jan 2008 13:17:25 +0000 Subject: - Drop maintainership. [1] - Respect WITHOUT_NLS. - Some portlint cleanups. PR: ports/117225 Submitted by: Naram Qashat Josh Elsasser (maintainer) [1] Approved by: stas (mentor, implicit) --- net-p2p/gtkhx/Makefile | 11 +++++++++-- net-p2p/gtkhx/pkg-plist | 26 +++++++++++++------------- 2 files changed, 22 insertions(+), 15 deletions(-) (limited to 'net-p2p/gtkhx') diff --git a/net-p2p/gtkhx/Makefile b/net-p2p/gtkhx/Makefile index aaa5bdc2bd0f..94ff75de81de 100644 --- a/net-p2p/gtkhx/Makefile +++ b/net-p2p/gtkhx/Makefile @@ -12,10 +12,9 @@ CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkhx -MAINTAINER= jre@vineyard.net +MAINTAINER= ports@FreeBSD.org COMMENT= A GTK+ version of Hx, a UNIX Hotline Client -USE_GETTEXT= yes USE_XLIB= yes USE_GNOME= gdkpixbuf USE_GMAKE= yes @@ -30,4 +29,12 @@ MAN1= gtkhx.1 BROKEN= Does not compile with GCC 4.2 .endif +.if !defined(WITHOUT_NLS) +PLIST_SUB+= NLS="" +USE_GETTEXT= yes +.else +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+=--disable-nls +.endif + .include diff --git a/net-p2p/gtkhx/pkg-plist b/net-p2p/gtkhx/pkg-plist index 41746a3be199..5249d00963af 100644 --- a/net-p2p/gtkhx/pkg-plist +++ b/net-p2p/gtkhx/pkg-plist @@ -1,14 +1,14 @@ bin/gtkhx -share/locale/fr/LC_MESSAGES/gtkhx.mo -share/gtkhx/sounds/chatinvite.aiff -share/gtkhx/sounds/chatpost.aiff -share/gtkhx/sounds/error.aiff -share/gtkhx/sounds/filedone.aiff -share/gtkhx/sounds/join.aiff -share/gtkhx/sounds/logged-in.aiff -share/gtkhx/sounds/message.aiff -share/gtkhx/sounds/newspost.aiff -share/gtkhx/sounds/part.aiff -share/gtkhx/icons.rsrc -@dirrm share/gtkhx/sounds -@dirrm share/gtkhx +%%DATADIR%%/sounds/chatinvite.aiff +%%DATADIR%%/sounds/chatpost.aiff +%%DATADIR%%/sounds/error.aiff +%%DATADIR%%/sounds/filedone.aiff +%%DATADIR%%/sounds/join.aiff +%%DATADIR%%/sounds/logged-in.aiff +%%DATADIR%%/sounds/message.aiff +%%DATADIR%%/sounds/newspost.aiff +%%DATADIR%%/sounds/part.aiff +%%DATADIR%%/icons.rsrc +%%NLS%%share/locale/fr/LC_MESSAGES/gtkhx.mo +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%% -- cgit