blob: eea7d3146c63d5d88f1a117bca6e235158e8b5a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.11 2013/06/04 22:16:02 tron Exp $
#
DISTNAME= bdftopcf-1.0.4
PKGREVISION= 2
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= BDF to PCF font converter for X11
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXfont/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|