Index: head/net-p2p/gtkhx/Makefile =================================================================== --- head/net-p2p/gtkhx/Makefile (revision 204984) +++ head/net-p2p/gtkhx/Makefile (revision 204985) @@ -1,33 +1,40 @@ # New ports collection makefile for: gtkhx # Date created: 9 February 2002 # Whom: Josh Elsasser # # $FreeBSD$ # PORTNAME= gtkhx PORTVERSION= 0.9.3 PORTREVISION= 6 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 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} MAN1= gtkhx.1 .include .if ${OSVERSION} >= 700042 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 Property changes on: head/net-p2p/gtkhx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/net-p2p/gtkhx/pkg-plist =================================================================== --- head/net-p2p/gtkhx/pkg-plist (revision 204984) +++ head/net-p2p/gtkhx/pkg-plist (revision 204985) @@ -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%% Property changes on: head/net-p2p/gtkhx/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property