mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Drop maintainership. [1]
- Respect WITHOUT_NLS. - Some portlint cleanups. PR: ports/117225 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Josh Elsasser <josh@elsasser.org> (maintainer) [1] Approved by: stas (mentor, implicit)
This commit is contained in:
parent
60724aa23a
commit
051ef56a5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204985
@ -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 <bsd.port.post.mk>
|
||||
|
@ -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%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user