blob: c9b33a388707570a9c6313e1168c83f49a458b7b (
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
|
# New ports collection makefile for: gxset
# Date created: 27 December 2001
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= gxset
PORTVERSION= 0.3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.seindal.dk/pub/rene/
MAINTAINER= bms@spc.org
USE_X_PREFIX= yes
USE_GTK= yes
USE_XPM= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
NOMAN=
.include <bsd.port.mk>
|