aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/gbdfed/Makefile
blob: 5eadfd71e689bdca2ee733f1574095da36c082b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Zhihao Yuan <lichray@gmail.com>

PORTNAME=	gbdfed
PORTVERSION=	1.6
PORTREVISION=	1
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 gnome 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>