pkgsrc/print/ptexenc/Makefile
minskim 283dd1ffec Update ptexenc to 1.2.0.
Changes:
        * ptexenc.c, ptexenc/ptexenc.h: Export toUCS().
        * ptexenc/unicode.h: Export UCStoUTF8().
        * ptexenc.c: Change version string "ptetex" => "ptexenc".
        * Makefile.am: Install ptexenc/unicode.h.
2011-07-28 04:30:04 +00:00

28 lines
794 B
Makefile

# $NetBSD: Makefile,v 1.2 2011/07/28 04:30:04 minskim Exp $
DISTNAME= texlive-20110705-source
PKGNAME= ptexenc-1.2.0
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.tug.org/texlive/
COMMENT= Library for Japanese pTeX and its tools
LICENSE= modified-bsd
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
${DISTNAME}/texk/ptexenc
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc
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"