freebsd-ports/x11-fonts/gbdfed/Makefile

23 lines
500 B
Makefile

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