aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gxset/Makefile
blob: 1d164d92047a1869f8d48162043662a5034e13b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    gxset
# Date created:     27 December 2001
# Whom:         Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#

PORTNAME=   gxset
PORTVERSION=    0.3
PORTREVISION=   2
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.seindal.dk/pub/rene/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= petef

MAINTAINER= bms@spc.org
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=
PLIST_FILES=    bin/gxset

.include <bsd.port.mk>