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/Makefile | |
parent | 8551ad15aca5a5259c2e8230d63a33f8f08c8ce5 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/linux-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/linux-gtk2/Makefile | 32 |
1 files changed, 32 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" |