diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-06-17 08:33:55 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-06-17 08:33:55 +0000 |
commit | 2dacffd056e12547925addd3fa34d56736a8d0b6 (patch) | |
tree | efcc3854392067d811751b8d0997d23b9433dbb4 | |
parent | update to use magicpoint-1.05a (diff) |
use latest version (1.05a).
-rw-r--r-- | japanese/magicpoint/Makefile | 9 | ||||
-rw-r--r-- | misc/magicpoint/Makefile | 8 | ||||
-rw-r--r-- | misc/magicpoint/pkg-plist | 1 |
3 files changed, 10 insertions, 8 deletions
diff --git a/japanese/magicpoint/Makefile b/japanese/magicpoint/Makefile index 6349ce357796..020c11b3eb68 100644 --- a/japanese/magicpoint/Makefile +++ b/japanese/magicpoint/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: magicpoint (with vflib) -# Version required: 1.04a +# Version required: 1.05a # Date created: 25 Dec 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.6 1998/12/01 03:06:05 asami Exp $ +# $Id: Makefile,v 1.7 1998/12/23 01:31:37 steve Exp $ # MASTERDIR= ${.CURDIR}/../../misc/magicpoint @@ -11,7 +11,7 @@ COMMENT= ${.CURDIR}/pkg/COMMENT LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib -PKGNAME= ja-magicpoint-1.04a +PKGNAME= ja-magicpoint-1.05a .include "${MASTERDIR}/Makefile" @@ -20,4 +20,5 @@ CATEGORIES= japanese misc MAINTAINER= itojun@itojun.org # dirty, but this is required for version independent-ness -CONFIGURE_ARGS= --with-vfontcap=`echo ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1` +CONFIGURE_ARGS+= --with-vfontcap=`echo ${LOCALBASE}/share/VFlib/*/vfontcap | tail -1` +CONFIGURE_ARGS+= --enable-freetype-charset16 diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index 06f5ef3cfba5..6e5fb1dac2b6 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -3,7 +3,7 @@ # Date created: 24 December 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.8 1998/12/12 21:03:35 jseger Exp $ +# $Id: Makefile,v 1.9 1999/06/17 08:16:11 itojun Exp $ # DISTNAME= magicpoint-1.05a @@ -39,9 +39,9 @@ SAMPLES= README README.jp cloud.gif dad.eps dad.gif default.mgp \ dns-jp.mgp embed-jp.mgp embed.mgp gradation-jp.mgp \ gradation.mgp mgp-old1.gif mgp-old2.gif mgp-old3.gif \ mgp1.gif mgp2.gif mgp3.gif mgp3.xbm mgprc-sample \ - multilingual.mgp sample-jp.mgp sample.mgp sendmail6-jp.mgp \ - sendmail6.mgp tutorial-jp.mgp tutorial.mgp v6-jp.mgp \ - v6.mgp v6header.eps v6header.gif + multilingual.mgp sample-fr.mgp sample-jp.mgp sample.mgp \ + sendmail6-jp.mgp sendmail6.mgp tutorial-jp.mgp tutorial.mgp \ + v6-jp.mgp v6.mgp v6header.eps v6header.gif # NOTE: there are some discussions/twists in gzip'ing xmindpath.1. post-install: diff --git a/misc/magicpoint/pkg-plist b/misc/magicpoint/pkg-plist index 861f32f72646..5c1b8ce92301 100644 --- a/misc/magicpoint/pkg-plist +++ b/misc/magicpoint/pkg-plist @@ -37,6 +37,7 @@ share/doc/mgp/sample/mgp3.gif share/doc/mgp/sample/mgp3.xbm share/doc/mgp/sample/mgprc-sample share/doc/mgp/sample/multilingual.mgp +share/doc/mgp/sample/sample-fr.mgp share/doc/mgp/sample/sample-jp.mgp share/doc/mgp/sample/sample.mgp share/doc/mgp/sample/sendmail6-jp.mgp |