summaryrefslogtreecommitdiff
path: root/japanese/gd1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gd1/Makefile')
-rw-r--r--japanese/gd1/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/japanese/gd1/Makefile b/japanese/gd1/Makefile
deleted file mode 100644
index 5302b79b4cfb..000000000000
--- a/japanese/gd1/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: gd
-# Version required: 1.6.3
-# Date created: 19 Aug 1998
-# Whom: ichiro@ichiro.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= gd-1.6.3
-PKGNAME= ja-gd-1.6.3
-CATEGORIES= japanese graphics
-MASTER_SITES= http://www.boutell.com/gd/http/ \
- ftp://ftp.boutell.com/pub/boutell/gd/
-
-PATCH_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gd/1.6.3/
-PATCHFILES= gd-1.6.3.ttf-kanji.patch.990731
-
-MAINTAINER= ichiro@ichiro.org
-
-LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
-
-FETCH_BEFORE_ARGS= -b
-USE_LIBTOOL= yes
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gd \
- --libdir=${PREFIX}/lib
-
-CFLAGS= -DJISX0208
-
-pre-install:
- ${MKDIR} ${PREFIX}/include/gd
- ${MKDIR} ${PREFIX}/share/examples/gd
-
-.include <bsd.port.mk>