2001-12-27 23:17:55 +01:00
|
|
|
# New ports collection makefile for: gxset
|
|
|
|
# Date created: 27 December 2001
|
|
|
|
# Whom: Bruce M Simpson <bms@spc.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gxset
|
|
|
|
PORTVERSION= 0.3
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 2
|
2001-12-27 23:17:55 +01:00
|
|
|
CATEGORIES= x11
|
2002-08-05 05:04:04 +02:00
|
|
|
MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= petef
|
2001-12-27 23:17:55 +01:00
|
|
|
|
|
|
|
MAINTAINER= bms@spc.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=
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/gxset
|
2001-12-27 23:17:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|