aboutsummaryrefslogtreecommitdiff
path: root/russian/gd/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-12-05 14:10:52 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-12-05 14:10:52 +0000
commit5281b7d9d4ebf2b9c10bc9acc946cafd6f4722c4 (patch)
treef0a56806277ec0744ddc138d45c15b96dc3d65a6 /russian/gd/Makefile
parent9416b3c6d64383aedafed4aaa81837caaf62dc1b (diff)
downloadports-5281b7d9d4ebf2b9c10bc9acc946cafd6f4722c4.tar.gz
ports-5281b7d9d4ebf2b9c10bc9acc946cafd6f4722c4.zip
Graphics library for fast GIF creation (uses fonts in KOI8-R encoding)
PR: ports/7648 Submitted by: Groznyh Sergey <gsm@infosite.ru>
Notes
Notes: svn path=/head/; revision=15132
Diffstat (limited to 'russian/gd/Makefile')
-rw-r--r--russian/gd/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/russian/gd/Makefile b/russian/gd/Makefile
new file mode 100644
index 000000000000..f6ff75a1e427
--- /dev/null
+++ b/russian/gd/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gd
+# Version required: 1.3
+# Date created: 17 Aug 1998
+# Whom: gsm@infosite.ru
+#
+# $Id$
+#
+
+DISTNAME= gd1.3
+PKGNAME= ru-gd-1.3
+CATEGORIES= russian graphics
+MASTER_SITES= http://www.boutell.com/gd/http/ \
+ ftp://ftp.boutell.com/pub/boutell/gd/
+
+MAINTAINER= gsm@infosite.ru
+
+FETCH_BEFORE_ARGS= -b
+
+pre-install:
+ ${MKDIR} ${PREFIX}/include/gd
+ ${MKDIR} ${PREFIX}/share/examples/gd
+
+.include <bsd.port.mk>