aboutsummaryrefslogtreecommitdiff
path: root/graphics/linux-f8-ungif/Makefile
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2002-11-24 00:48:47 +0000
committerMaho Nakata <maho@FreeBSD.org>2002-11-24 00:48:47 +0000
commit34546d301c67a94e883814f371bd8fb2ae57d54d (patch)
treef3ea9867cab3e7a1e8394a9b3ed22a46d780e8f2 /graphics/linux-f8-ungif/Makefile
parent4fb17247943ea449a89a8f94fd535678f7872fb7 (diff)
downloadports-34546d301c67a94e883814f371bd8fb2ae57d54d.tar.gz
ports-34546d301c67a94e883814f371bd8fb2ae57d54d.zip
Notes
Diffstat (limited to 'graphics/linux-f8-ungif/Makefile')
-rw-r--r--graphics/linux-f8-ungif/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/linux-f8-ungif/Makefile b/graphics/linux-f8-ungif/Makefile
new file mode 100644
index 000000000000..6052042a39d3
--- /dev/null
+++ b/graphics/linux-f8-ungif/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: linux-ungif
+# Date created: 22 November 2002
+# Whom: Nakata Maho <maho@FreeBSD.org>
+# $FreeBSD$
+#
+PORTNAME= ungif
+PORTVERSION= 4.1.0
+PORTREVISION= 0
+CATEGORIES= graphics linux
+
+MAINTAINTER= maho@FreeBSD.org
+
+.if (${MACHINE_ARCH} == "i386")
+RPM_SET= libungif-4.1.0-7.${MACHINE_ARCH}.rpm
+.else
+RPM_SET= libungif-4.1.0-8.${MACHINE_ARCH}.rpm
+.endif
+
+.include "../../x11-toolkits/linux-gtk/Makefile"