aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex-ptexenc/Makefile
blob: 380031fc651ab0e6fd240e476b69dca432b2a0f8 (plain) (blame)
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
# $FreeBSD$

PORTNAME=   ptexenc
PORTVERSION=    1.3.3
CATEGORIES= print
MASTER_SITES=   ftp://tug.org/historic/systems/texlive/2015/
PKGNAMEPREFIX=  tex-
DISTNAME=   texlive-20150521-source
DIST_SUBDIR=    TeX

MAINTAINER= hrs@FreeBSD.org
COMMENT=    Library for Japanese pTeX and its tools

USES=       tar:xz libtool
USE_TEX=    kpathsea
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
INSTALL_TARGET= install-strip

.include <bsd.port.mk>