blob: 903201423b0ec2073b73f70b44fd50ab420a6197 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/fonts
MAINTAINER= bms@spc.org
COMMENT= GTK+-based .bdf font editor for X
GNU_CONFIGURE= yes
USE_GNOME= gtk12
USE_XPM= yes
.include <bsd.port.mk>
|