freebsd-ports/x11-fonts/gbdfed/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

27 lines
510 B
Makefile

# New ports collection makefile for: gbdfed
# Date created: 2012-06-05
# Whom: 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
USE_BZIP2= yes
USES= gettext
USE_GNOME= gtk20 pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
MAN1= gbdfed.1
PLIST_FILES= bin/gbdfed
.include <bsd.port.mk>