freebsd-ports/x11-fonts/gbdfed/Makefile
Jimmy Olgeni dbc81c7d5b Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.

CR:		D511
Approved by:	portmgr (bapt)
2014-08-08 08:42:44 +00:00

22 lines
436 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= gbdfed
PORTVERSION= 1.6
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>