diff options
author | krion <krion@FreeBSD.org> | 2004-02-14 21:02:46 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-14 21:02:46 +0800 |
commit | 67b0f017578a8035e35b22b68a5da99ee5140a84 (patch) | |
tree | 0267183554597fdef718564aad489fba49ba8d6c /print | |
parent | b75994101f6b95fc72cbfe4ff26c8af034c4594f (diff) | |
download | freebsd-ports-gnome-67b0f017578a8035e35b22b68a5da99ee5140a84.tar.gz freebsd-ports-gnome-67b0f017578a8035e35b22b68a5da99ee5140a84.tar.zst freebsd-ports-gnome-67b0f017578a8035e35b22b68a5da99ee5140a84.zip |
- Update to version 1.97
PR: ports/62821
Submitted by: Ports Fury
Diffstat (limited to 'print')
-rw-r--r-- | print/typetools/Makefile | 16 | ||||
-rw-r--r-- | print/typetools/distinfo | 4 | ||||
-rw-r--r-- | print/typetools/pkg-plist | 1 |
3 files changed, 10 insertions, 11 deletions
diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 13342517f49c..5d752c60a93a 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -7,7 +7,7 @@ # PORTNAME= typetools -PORTVERSION= 1.80 +PORTVERSION= 1.97 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} @@ -18,14 +18,12 @@ COMMENT= Tools for manipulating fonts BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX GNU_CONFIGURE= yes -DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} - -MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1lint.1 t1testpage.1 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} -.include <bsd.port.pre.mk> +MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ + t1lint.1 t1testpage.1 -.if ${OSVERSION} >= 502000 -BROKEN= "Configure fails" -.endif +DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/typetools/distinfo b/print/typetools/distinfo index 26e0e8f65e92..f4d6cee8779c 100644 --- a/print/typetools/distinfo +++ b/print/typetools/distinfo @@ -1,2 +1,2 @@ -MD5 (lcdf-typetools-1.80.tar.gz) = 1fa2c35d9c5b66b67234714bc678f3f2 -SIZE (lcdf-typetools-1.80.tar.gz) = 397907 +MD5 (lcdf-typetools-1.97.tar.gz) = f731dfaacd3b35475e5489d069673a96 +SIZE (lcdf-typetools-1.97.tar.gz) = 420426 diff --git a/print/typetools/pkg-plist b/print/typetools/pkg-plist index 05e5a33dd38a..83e0575f8330 100644 --- a/print/typetools/pkg-plist +++ b/print/typetools/pkg-plist @@ -3,6 +3,7 @@ bin/mmafm bin/mmpfb bin/otfinfo bin/otftotfm +bin/t1dotlessj bin/t1lint bin/t1testpage %%DATADIR%%/7t.enc |