blob: 216fbb20cc84524f753dab77c276a870c3359942 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# $NetBSD: Makefile,v 1.6 2013/04/24 10:06:48 sbd Exp $
DISTNAME= texlive-20110705-source
PKGNAME= gsftopkk-1.19.2
PKGREVISION= 3
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
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"
|