freebsd-ports/x11-fonts/gbdfed/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

23 lines
452 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= gbdfed
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= x11-fonts
MASTER_SITES= http://sofia.nmsu.edu/~mleisher/Software/gbdfed/
MAINTAINER= lichray@gmail.com
COMMENT= GTK2 bitmap font editor
LICENSE= MIT
USES= gettext pkgconfig tar:bzip2
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/gbdfed \
man/man1/gbdfed.1.gz
.include <bsd.port.mk>