mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
29 lines
696 B
Makefile
29 lines
696 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ptexenc
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2012/
|
|
PKGNAMEPREFIX= tex-
|
|
DISTNAME= texlive-20120701-source
|
|
DIST_SUBDIR= TeX
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Library for Japanese pTeX and its tools
|
|
|
|
USE_XZ= yes
|
|
USE_TEX= texlive kpathsea
|
|
USE_AUTOTOOLS= libtool
|
|
USE_LDCONFIG= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc
|
|
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES}
|
|
EXTRACT_FILES= ${DISTNAME}/build-aux \
|
|
${DISTNAME}/texk/ptexenc
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-system-kpathsea \
|
|
--with-kpathsea-includes=${LOCALBASE}/include \
|
|
--with-kpathsea-libdir=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|