1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11-fonts/gbdfed/Makefile
2014-06-03 09:03:13 +00:00

23 lines
438 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= A 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>