freebsd-ports/x11/gxset/Makefile

33 lines
641 B
Makefile
Raw Normal View History

# 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= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= petef
MAINTAINER= ports@FreeBSD.org
2003-02-21 15:08:24 +01:00
COMMENT= GTK frontend for xset(1)
USE_GETOPT_LONG=yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_XPM= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
NOMAN=
2005-01-12 17:25:59 +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
.include <bsd.port.mk>