aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-f10-libglade/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-02-12 16:40:05 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-02-12 16:40:05 +0000
commit5428f5520519349abd73947388229d4155b47b44 (patch)
treedaceecce731a125972b8d032550d15aa0992ae95 /devel/linux-f10-libglade/Makefile
parent76f64d1dd8f90cd55558bc2391095fc023544804 (diff)
downloadports-5428f5520519349abd73947388229d4155b47b44.tar.gz
ports-5428f5520519349abd73947388229d4155b47b44.zip
RPM of libglade
Notes
Notes: svn path=/head/; revision=38263
Diffstat (limited to 'devel/linux-f10-libglade/Makefile')
-rw-r--r--devel/linux-f10-libglade/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/linux-f10-libglade/Makefile b/devel/linux-f10-libglade/Makefile
new file mode 100644
index 000000000000..a06a9773f639
--- /dev/null
+++ b/devel/linux-f10-libglade/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: linux-libglade
+# Date created: 2001.02.08
+# Whom: taoka@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= libglade
+.if (${MACHINE_ARCH} == "i386")
+PORTVERSION= 0.6
+.elif (${MACHINE_ARCH} == "alpha")
+PORTVERSION= 0.7
+.endif
+CATEGORIES= devel linux
+
+RPM_SET= libglade-${PORTVERSION}-1.${MACHINE_ARCH}.rpm
+
+.include "../../x11-toolkits/linux-gtk/Makefile"