summaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-gtk2
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-19 02:40:47 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-19 02:40:47 +0000
commitdcf8e5ce2802edf6a961c201f13d8a7fe06df8e9 (patch)
tree48f1fe9737a413a4fdf1746df16b7485e90f811e /x11-toolkits/linux-gtk2
parentLet slave ports set BASEVERSION and PLIST. (diff)
new RPM-based i386-only Linux binary port of GTK+ 2.2.1
Notes
Notes: svn path=/head/; revision=94314
Diffstat (limited to 'x11-toolkits/linux-gtk2')
-rw-r--r--x11-toolkits/linux-gtk2/Makefile32
-rw-r--r--x11-toolkits/linux-gtk2/distinfo.i3861
-rw-r--r--x11-toolkits/linux-gtk2/pkg-descr1
3 files changed, 34 insertions, 0 deletions
diff --git a/x11-toolkits/linux-gtk2/Makefile b/x11-toolkits/linux-gtk2/Makefile
new file mode 100644
index 000000000000..10e9f65a0b83
--- /dev/null
+++ b/x11-toolkits/linux-gtk2/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: linux-gtk2
+# Date created: 2003-11-19
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtk2
+PORTVERSION= 2.2.1
+CATEGORIES= x11-toolkits linux
+
+MAINTAINER= trevor@FreeBSD.org
+COMMENT= GTK+ library, version 2.X, i386 Linux binary
+
+BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio
+
+BASEVERSION= 9
+ONLY_FOR_ARCHS= i386
+PLIST= ${WRKDIR}/plist
+RESTRICTED= "binaries under GNU LGPL without accompanying source"
+RPM_SET= gtk2-2.2.1-4.i386.rpm
+
+pre-install:
+ ${RM} -rf ${WRKSRC}/tmp
+ ${MKDIR} ${WRKSRC}/tmp
+ cd ${WRKSRC}/tmp; \
+ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
+ ${FIND} * -type f -o -type l > ${PLIST}; \
+ ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' \
+ >> ${PLIST}
+
+.include "../linux-gtk/Makefile"
diff --git a/x11-toolkits/linux-gtk2/distinfo.i386 b/x11-toolkits/linux-gtk2/distinfo.i386
new file mode 100644
index 000000000000..2b8830594e41
--- /dev/null
+++ b/x11-toolkits/linux-gtk2/distinfo.i386
@@ -0,0 +1 @@
+MD5 (rpm/gtk2-2.2.1-4.i386.rpm) = c8716bde8a503bd5b72b05805cb1ffb3
diff --git a/x11-toolkits/linux-gtk2/pkg-descr b/x11-toolkits/linux-gtk2/pkg-descr
new file mode 100644
index 000000000000..f7cb766bdfd3
--- /dev/null
+++ b/x11-toolkits/linux-gtk2/pkg-descr
@@ -0,0 +1 @@
+A port of jpeg lib rpm.