f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# Created by: Bruce M Simpson <bms@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gfe
|
|
PORTVERSION= 0.0.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= SUNSITE/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
|
|
|
|
.include <bsd.port.mk>
|