1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/x11-fonts/gbdfed/Makefile
Max Brazhnikov d4768e3815 Add new port x11-fonts/gbdfed:
gbdfed is a GTK-based BDF font editor. It can import:
 - Metafont PK/GF fonts
 - Han Bitmap Font Format (HBF) fonts
 - Linux console (PSF, CP, and EGA/VGA) fonts
 - Sun VF fonts, OpenType (OTF & TTF) fonts
Alternatively it can load a font from the X server. Export is
supported to PSF2 Linux console fonts and HEX fonts.

WWW:	http://sofia.nmsu.edu/~mleisher/Software/gbdfed/

PR:		ports/168726
Submitted by:	Zhihao Yuan <lichray at gmail.com>
2012-06-09 13:01:21 +00:00

28 lines
512 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
USE_GETTEXT= yes
USE_GNOME= gtk20 pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
MAN1= gbdfed.1
PLIST_FILES= bin/gbdfed
.include <bsd.port.mk>