diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-03 09:00:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-03 09:00:20 +0000 |
commit | 0e4e94018bd08e0b4beb64d7a20d34340078256c (patch) | |
tree | 15dba886f572d79ced925e8a9a40f2e01b389434 /japanese/vflib/Makefile | |
parent | 6368b369d96fbca9855a656a5f02bdd7c67f15e6 (diff) |
Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>
"VFlib ports have been updated. Support for FontWave is added."
Closes PR ports/2694.
Notes
Notes:
svn path=/head/; revision=5805
Diffstat (limited to 'japanese/vflib/Makefile')
-rw-r--r-- | japanese/vflib/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index 916e15496022..7d3430e4777c 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/11 10:13:04 max Exp $ +# $Id: Makefile,v 1.5 1996/12/05 12:04:39 asami Exp $ # DISTNAME= VFlib-2.22 @@ -11,13 +11,14 @@ PKGNAME= jp-vflib-2.22 CATEGORIES= japanese print MASTER_SITES= ftp://gull.se.hiroshima-u.ac.jp/pub/VFlib/ DISTFILES= VFlib-2.22.tar.gz watanabe-vf.tar.Z \ - VFlib-2.22-PATCH-1 VFlib-2.22-PATCH-2 + VFlib-2.22-PATCH-1 VFlib-2.22-PATCH-2 \ + VFlib-2.22-PATCH-3 VFlib-2.22-PATCH-4.updated MAINTAINER= mita@jp.FreeBSD.org EXTRACT_ONLY= VFlib-2.22.tar.gz -post-patch: +pre-patch: @(cd ${WRKSRC}; \ uudecode ${DISTDIR}/VFlib-2.22-PATCH-1 ; \ cd tools ; \ @@ -25,7 +26,12 @@ post-patch: ${PATCH} -s < Imakefile.diff ; \ ${PATCH} -s < ktest.diff ; \ cd ../src ; \ - ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-2 ) + ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-2 ; \ + ${PATCH} -s < ${DISTDIR}/VFlib-2.22-PATCH-3 ) + (cd ${WRKSRC}; \ + uudecode ${DISTDIR}/VFlib-2.22-PATCH-4.updated ; \ + gzcat VF_FNTWV.patch.gz | ${PATCH} -s -p1 \ + ) do-build: @(cd ${WRKSRC}/src; make) |