2001-12-27 23:17:55 +01:00
|
|
|
# New ports collection makefile for: gxset
|
|
|
|
# Date created: 27 December 2001
|
2005-01-12 16:53:48 +01:00
|
|
|
# Whom: Bruce M Simpson <bms@FreeBSD.org>
|
2001-12-27 23:17:55 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gxset
|
|
|
|
PORTVERSION= 0.3
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 3
|
2001-12-27 23:17:55 +01:00
|
|
|
CATEGORIES= x11
|
2006-03-24 00:57:17 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2002-08-05 05:04:04 +02:00
|
|
|
MASTER_SITE_SUBDIR= petef
|
2001-12-27 23:17:55 +01:00
|
|
|
|
2005-12-12 22:53:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= GTK frontend for xset(1)
|
2001-12-27 23:17:55 +01:00
|
|
|
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2001-12-27 23:17:55 +01:00
|
|
|
USE_X_PREFIX= yes
|
2002-09-01 17:37:37 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-12-27 23:17:55 +01:00
|
|
|
USE_XPM= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
NOMAN=
|
2005-01-12 17:25:59 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/gxset
|
2005-01-12 17:25:59 +01:00
|
|
|
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
|
2001-12-27 23:17:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|