47feb76f11
Ttfdump is a TrueType font dumper. The main purpose of ttfdump is to dump the various table in a TrueType font file in ASCII form. Ttfdump is the first step in the ILX (Internationalized and Localized X-window) project.
26 lines
735 B
Makefile
26 lines
735 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/11/12 21:50:09 minskim Exp $
|
|
|
|
DISTNAME= texlive-20130530-source
|
|
PKGNAME= ttfdump-0.5.5
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.freetype.org/
|
|
COMMENT= TrueType font dumper
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
|
|
${DISTNAME}/texk/ttfdump
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ttfdump
|
|
|
|
CONFIGURE_ARGS+= --with-system-kpathsea \
|
|
--with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \
|
|
--with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib
|
|
|
|
.include "../../print/kpathsea/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|