diff options
author | minskim <minskim@pkgsrc.org> | 2010-01-16 03:35:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-01-16 03:35:41 +0000 |
commit | 67756c87bb7dfd16b888f036baf7bb2cb37792ca (patch) | |
tree | 4232975b13c7cb216f01f5ede7e8b80837582341 /fonts/ps2pkm/Makefile | |
parent | d4de1ec17f9bdba143d2ee32f5a75a71b328bbd1 (diff) | |
download | pkgsrc-67756c87bb7dfd16b888f036baf7bb2cb37792ca.tar.gz |
Update ps2pkm to the version in TeX Live 2009.
The version number remains the same, but bump PKGREIVISION as
precaution.
Diffstat (limited to 'fonts/ps2pkm/Makefile')
-rw-r--r-- | fonts/ps2pkm/Makefile | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/fonts/ps2pkm/Makefile b/fonts/ps2pkm/Makefile index a370635090e..f62c40b5ff8 100644 --- a/fonts/ps2pkm/Makefile +++ b/fonts/ps2pkm/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/26 23:50:00 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/16 03:35:41 minskim Exp $ -DISTNAME= texlive-20080816-source +DISTNAME= texlive-20091011-source PKGNAME= ps2pkm-1.5 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/} -EXTRACT_SUFX= .tar.lzma +EXTRACT_SUFX= .tar.xz MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.tug.org/texlive/ @@ -12,27 +13,18 @@ COMMENT= Tool to convert PostSCript fonts into TeX PK fonts CONFLICTS+= teTeX-bin<=3.0nb34 -EXTRACT_ELEMENTS= ${DISTNAME}/texk/ps2pkm \ - ${DISTNAME}/texk/make \ - ${DISTNAME}/texk/install.sh \ - ${DISTNAME}/texk/mkinstalldirs +EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ + ${DISTNAME}/texk/ps2pkm PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -INFO_FILES= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pkm -MAKE_ENV+= KPATHSEA_PREFIX=${BUILDLINK_PREFIX.kpathsea} -MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} \ - kpathsea_parent=${BUILDLINK_PREFIX.kpathsea}/include \ - kpathsea_srcdir=${BUILDLINK_PREFIX.kpathsea}/include/kpathsea \ - kpathsea=${BUILDLINK_PREFIX.kpathsea}/lib/libkpathsea.la - -INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ - infodir=${DESTDIR}${PREFIX}/${PKGINFODIR} \ - mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} +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" |