blob: c68f639ecb5743e179246066d9be4d2dbcdb5710 (
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
|
# New ports collection makefile for: gfe
# Date created: 26 December 2001
# Whom: Bruce M Simpson <bms@spc.org>
#
# $FreeBSD$
#
PORTNAME= gfe
PORTVERSION= 0.0.4
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= ftp://alpha.gnu.org/gnu/gfe/
MAINTAINER= bms@spc.org
BROKEN= "The source tarball no longer resides on alpha.gnu.org and\
is only available via CVS:\
http://subversions.gnu.org/cgi-bin/cvsweb/gfe/"
GNU_CONFIGURE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_XPM= yes
NO_MAN=
.include <bsd.port.mk>
|