diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-09-22 10:40:00 +0000 |
commit | 05317facbedf1ed4566b56f4e09e6e4a49fc3f38 (patch) | |
tree | f0614b64c20d137667eadfbdc5663150937dc6c3 /x11-toolkits/linux-c6-openmotif | |
parent | f287925fdbb7ff7ab55ee8aaa28cf756fe49a296 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/linux-c6-openmotif')
-rw-r--r-- | x11-toolkits/linux-c6-openmotif/Makefile | 25 | ||||
-rw-r--r-- | x11-toolkits/linux-c6-openmotif/distinfo.i686 | 4 | ||||
-rw-r--r-- | x11-toolkits/linux-c6-openmotif/pkg-descr | 1 | ||||
-rw-r--r-- | x11-toolkits/linux-c6-openmotif/pkg-plist | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/linux-c6-openmotif/Makefile b/x11-toolkits/linux-c6-openmotif/Makefile new file mode 100644 index 000000000000..cbae8ceee0f9 --- /dev/null +++ b/x11-toolkits/linux-c6-openmotif/Makefile @@ -0,0 +1,25 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= openmotif +PORTVERSION= 2.3.3 +CATEGORIES= x11-toolkits linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER}) + +CONFLICTS= linux-openmotif-[0-9]* linux-f8-openmotif-[0-9]* + +ONLY_FOR_ARCHS= i386 amd64 +USE_LINUX= c6 +RPMVERSION= 6.1.el6_4 +USE_LINUX_RPM= yes +USE_LINUX_APPS= xorglibs +USE_LDCONFIG= yes +DESCR= ${.CURDIR}/../open-motif/pkg-descr + +post-extract: + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \ + ${WRKSRC}/usr/share + +.include <bsd.port.mk> diff --git a/x11-toolkits/linux-c6-openmotif/distinfo.i686 b/x11-toolkits/linux-c6-openmotif/distinfo.i686 new file mode 100644 index 000000000000..c4685612f74e --- /dev/null +++ b/x11-toolkits/linux-c6-openmotif/distinfo.i686 @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.i686.rpm) = 8c0f4bb22a9dc324c512c8e3f9e32addb83e4a63a033e88c120fd1ff78e6ff32 +SIZE (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.i686.rpm) = 1416552 +SHA256 (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.src.rpm) = 4137bc1dd0ce8a0c6c3365b02e27c6531d76f8e21b38fa60523943d15d39c749 +SIZE (rpm/i686/centos/6.5/openmotif-2.3.3-6.1.el6_4.src.rpm) = 6056057 diff --git a/x11-toolkits/linux-c6-openmotif/pkg-descr b/x11-toolkits/linux-c6-openmotif/pkg-descr new file mode 100644 index 000000000000..e669752e68f9 --- /dev/null +++ b/x11-toolkits/linux-c6-openmotif/pkg-descr @@ -0,0 +1 @@ +Open Motif runtime libraries for the Linux emulation environment. diff --git a/x11-toolkits/linux-c6-openmotif/pkg-plist b/x11-toolkits/linux-c6-openmotif/pkg-plist new file mode 100644 index 000000000000..a52643cacb02 --- /dev/null +++ b/x11-toolkits/linux-c6-openmotif/pkg-plist @@ -0,0 +1,6 @@ +usr/lib/libMrm.so.4 +usr/lib/libMrm.so.4.0.3 +usr/lib/libUil.so.4 +usr/lib/libUil.so.4.0.3 +usr/lib/libXm.so.4 +usr/lib/libXm.so.4.0.3 |