91965fbe26
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.
14 lines
359 B
Makefile
14 lines
359 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2010/11/05 23:56:49 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= ptexenc
|
|
|
|
.if !defined(PTEXENC_BUILDLINK3_MK)
|
|
PTEXENC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.ptexenc+= ptexenc>=1.1.1
|
|
BUILDLINK_PKGSRCDIR.ptexenc?= ../../print/ptexenc
|
|
|
|
.include "../../print/kpathsea/buildlink3.mk"
|
|
.endif # PTEXENC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -ptexenc
|