mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
604 B
Makefile
31 lines
604 B
Makefile
# New ports collection makefile for: gxset
|
|
# Date created: 27 December 2001
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gxset
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= petef
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK frontend for xset(1)
|
|
|
|
USE_GNOME= gtk12
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
NOMAN=
|
|
|
|
PLIST_FILES= bin/gxset
|
|
PLIST_FILES+= share/locale/cs/LC_MESSAGES/gxset.mo
|
|
PLIST_FILES+= share/locale/da/LC_MESSAGES/gxset.mo
|
|
PLIST_FILES+= share/locale/ja/LC_MESSAGES/gxset.mo
|
|
|
|
.include <bsd.port.mk>
|