From owner-ports-jp@jp.freebsd.org  Mon Feb 12 20:12:11 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id UAA71060;
	Mon, 12 Feb 2001 20:12:11 +0900 (JST)
	(envelope-from owner-ports-jp@jp.FreeBSD.org)
Received: from mail.rdc1.kt.home.ne.jp (ha2.rdc1.kt.home.ne.jp [203.165.9.243])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id UAA71055
	for <ports-jp@jp.FreeBSD.org>; Mon, 12 Feb 2001 20:12:10 +0900 (JST)
	(envelope-from knu@iDaemons.org)
Received: from daemon.local.idaemons.org ([203.165.161.10])
          by mail.rdc1.kt.home.ne.jp (InterMail vM.4.01.02.00 201-229-116)
          with ESMTP
          id <20010212111200.DLIX19464.mail.rdc1.kt.home.ne.jp@daemon.local.idaemons.org>;
          Mon, 12 Feb 2001 03:12:00 -0800
Received: by daemon.local.idaemons.org (8.11.1/3.7W) id f1CBBxv75369; Mon, 12 Feb 2001 20:11:59 +0900 (JST)
Date: Mon, 12 Feb 2001 20:11:59 +0900
Message-ID: <86vgqgb1fk.wl@archon.local.idaemons.org>
From: "Akinori MUSHA" <knu@iDaemons.org>
To: ichiro@ichiro.org
Cc: ports-jp@jp.FreeBSD.org
User-Agent: Wanderlust/2.5.4 (Smooth) SEMI/1.14.2 (=?ISO-8859-1?Q?Daish=F2?=
 =?ISO-8859-1?Q?ji?=) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 MULE
 XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd)
Organization: Associated I. Daemons
X-PGP-Public-Key: finger knu@FreeBSD.org
X-PGP-Fingerprint: 081D 099C 1705 861D 4B70  B04A 920B EFC7 9FD9 E1EE
MIME-Version: 1.0 (generated by SEMI 1.14.2 -
 =?ISO-8859-1?Q?=22Daish=F2ji=22?=)
Content-Type: text/plain; charset=ISO-2022-JP
Reply-To: ports-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: ports-jp 10724
Subject: [ports-jp 10724] making japanese/gd a slave port of graphics/gd
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org
X-Originator: knu@iDaemons.org

$B!!(Bjapanese/gd $B$GEv$F$F$$$kF|K\8l%Q%C%A$NBgH>$,(B GD $BK\BN(B(1.8.4)$B$K(B
$BE}9g$5$l!";D$k:Y$+$$%Q%C%A$b(B graphics/gd $B$KDI2C$7$?$N$G!"E:IU$N(B
$B$h$&$K(B japanese/gd $B$r(B graphics/gd $B$N(B slave port $B$K$G$-$^$9!#(B

$B!!(BCommit $B$7$F$h$m$7$$$G$7$g$&$+!)(B

-- 
                     /
                    /__  __            Akinori.org / MUSHA.org
                   / )  )  ) )  /     FreeBSD.org / Ruby-lang.org
Akinori MUSHA aka / (_ /  ( (__(  @ iDaemons.org / and.or.jp

"We're only at home when we're on the run, on the wing, on the fly"

M Makefile
R distinfo
R pkg-comment
R pkg-descr
R pkg-plist
R files/patch-ab
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/gd/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile	2001/02/06 13:21:53	1.14
+++ Makefile	2001/02/12 09:45:05
@@ -5,29 +5,12 @@
 # $FreeBSD: ports/japanese/gd/Makefile,v 1.14 2001/02/06 13:21:53 olgeni Exp $
 #
 
-PORTNAME=	gd
-PORTVERSION=	1.6.3
-CATEGORIES=	japanese graphics
-MASTER_SITES=   http://www.boutell.com/gd/http/ \
-		ftp://ftp.boutell.com/pub/boutell/gd/
+CATEGORIES=	japanese
 
-PATCH_SITES=    ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gd/${PORTVERSION}/
-PATCHFILES=	${DISTNAME}.ttf-kanji.patch.990731
-
 MAINTAINER=	ichiro@ichiro.org
-
-LIB_DEPENDS=	png.4:${PORTSDIR}/graphics/png
 
-FETCH_BEFORE_ARGS=	-b
-USE_LIBTOOL=		yes
-CFLAGS+=	-DJISX0208
-CONFIGURE_ENV+=		CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-CONFIGURE_ARGS+=	--includedir=${PREFIX}/include/gd \
-			--libdir=${PREFIX}/lib
-INSTALLS_SHLIB=	yes
+MASTERDIR=	${.CURDIR}/../../graphics/gd
 
-pre-install:
-	${MKDIR} ${PREFIX}/include/gd
-	${MKDIR} ${PREFIX}/share/examples/gd
+MAKE_ARGS=	-DJISX0208
 
-.include <bsd.port.mk>
+.include "${MASTERDIR}/Makefile"
