summaryrefslogtreecommitdiff
path: root/x11-fonts/gfe/Makefile
blob: 3927d928d53b952a02078fe1b9f5c983dbb9def8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Bruce M Simpson <bms@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gfe
PORTVERSION=	0.0.4
PORTREVISION=	5
CATEGORIES=	x11-fonts
MASTER_SITES=	${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	X11/fonts

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK+-based .bdf font editor for X

GNU_CONFIGURE=	yes
PLIST_FILES=	bin/gfe
USE_GNOME=	gtk12
USE_XORG=	xpm

NO_STAGE=	yes
.include <bsd.port.mk>