mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b185046be2
use USE_GETOPT_LONG instead.
29 lines
489 B
Makefile
29 lines
489 B
Makefile
# 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= 1
|
|
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=
|
|
|
|
.include <bsd.port.mk>
|