freebsd-ports/x11-fonts/gfe/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

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>