diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 02:40:47 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-19 02:40:47 +0000 |
commit | dcf8e5ce2802edf6a961c201f13d8a7fe06df8e9 (patch) | |
tree | 48f1fe9737a413a4fdf1746df16b7485e90f811e /x11-toolkits/linux-gtk2 | |
parent | 8551ad15aca5a5259c2e8230d63a33f8f08c8ce5 (diff) | |
download | ports-dcf8e5ce2802edf6a961c201f13d8a7fe06df8e9.tar.gz ports-dcf8e5ce2802edf6a961c201f13d8a7fe06df8e9.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-gtk2')
-rw-r--r-- | x11-toolkits/linux-gtk2/Makefile | 32 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk2/distinfo.i386 | 1 | ||||
-rw-r--r-- | x11-toolkits/linux-gtk2/pkg-descr | 1 |
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. |