ptexenc is a useful library for Japanese pTeX (which stands for publishing TeX, and is an extension of TeX by ASCII Co.) and its surrounding tools. ptexenc provides a better way of handling character encodings.
28 lines
798 B
Makefile
28 lines
798 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/11/05 23:56:49 minskim Exp $
|
|
|
|
DISTNAME= texlive-20100720-source
|
|
PKGNAME= ptexenc-1.1.1
|
|
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"
|