pkgsrc/fonts/gsftopkk/Makefile
minskim 714f602d2b Update gsftopkk to the version in TeX Live 2009.
- Use an absolute path to gs instead of relying on PATH.
2010-01-16 03:33:54 +00:00

36 lines
994 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/01/16 03:33:54 minskim Exp $
DISTNAME= texlive-20091011-source
PKGNAME= gsftopkk-1.19.2
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://math.berkeley.edu/~vojta/gsftopk.html
COMMENT= Tool to convert bitmaps to .pk format
CONFLICTS+= teTeX-bin<=3.0nb34
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
${DISTNAME}/texk/gsftopk
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
INFO_FILES= yes
USE_LIBTOOL= yes
USE_TOOLS+= gs:run
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/gsftopk
CONFIGURE_ARGS+= --with-system-kpathsea \
--with-kpathsea-includes=${BUILDLINK_PREFIX.kpathsea}/include \
--with-kpathsea-libdir=${BUILDLINK_PREFIX.kpathsea}/lib
CPPFLAGS+= -DGS_PATH='"${TOOLS_PATH.gs}"'
TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf
.include "../../print/kpathsea/buildlink3.mk"
.include "../../print/kpathsea/texmf.mk"
.include "../../mk/bsd.pkg.mk"