mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add linux-openmotif-2.1.30, Motif toolkit Linux libraries
PR: 30804 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
This commit is contained in:
parent
944aa31f79
commit
393824e661
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48422
@ -59,6 +59,7 @@
|
||||
SUBDIR += libjtoolbar
|
||||
SUBDIR += libjtree
|
||||
SUBDIR += linux-gtk
|
||||
SUBDIR += linux-openmotif
|
||||
SUBDIR += neXtaw
|
||||
SUBDIR += open-motif
|
||||
SUBDIR += open-motif-devel
|
||||
|
40
x11-toolkits/linux-f10-openmotif/Makefile
Normal file
40
x11-toolkits/linux-f10-openmotif/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: linux-openmotif
|
||||
# Date created: 2001-09-24
|
||||
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openmotif
|
||||
PORTVERSION= 2.1.30
|
||||
CATEGORIES= x11-toolkits linux
|
||||
MASTER_SITES= ftp://ftp.redhat.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.sourceforge.net/pub/mirrors/redhat/%SUBDIR%/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.uni-bayreuth.de/pub/redhat.com/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= contrib/openmotif/linux-rpm
|
||||
PKGNAMEPREFIX= linux-
|
||||
EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm
|
||||
DIST_SUBDIR= rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= naddy@mips.inka.de
|
||||
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386
|
||||
USE_LINUX_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \
|
||||
usr/X11R6/lib/libUil.so.2.1 \
|
||||
usr/X11R6/lib/libXm.so.2.1
|
||||
|
||||
do-install:
|
||||
cd ${PREFIX}; \
|
||||
rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
|
||||
cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES}
|
||||
chroot ${PREFIX} /sbin/ldconfig
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/linux-f10-openmotif/distinfo.alpha
Normal file
1
x11-toolkits/linux-f10-openmotif/distinfo.alpha
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/openmotif-2.1.30-1_ICS.alpha.rpm) = c56be19418719de0902e219d9b5bc966
|
1
x11-toolkits/linux-f10-openmotif/distinfo.i386
Normal file
1
x11-toolkits/linux-f10-openmotif/distinfo.i386
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/openmotif-2.1.30-1_ICS.i386.rpm) = 4eac14702af79a70945e1a4935e0fb12
|
1
x11-toolkits/linux-f10-openmotif/pkg-comment
Normal file
1
x11-toolkits/linux-f10-openmotif/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Motif toolkit Linux libraries
|
1
x11-toolkits/linux-f10-openmotif/pkg-descr
Normal file
1
x11-toolkits/linux-f10-openmotif/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Open Motif runtime libraries for the Linux emulation environment.
|
5
x11-toolkits/linux-f10-openmotif/pkg-plist
Normal file
5
x11-toolkits/linux-f10-openmotif/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
usr/X11R6/lib/libMrm.so.2.1
|
||||
usr/X11R6/lib/libUil.so.2.1
|
||||
usr/X11R6/lib/libXm.so.2.1
|
||||
@exec chroot %D /sbin/ldconfig
|
||||
@unexec chroot %D /sbin/ldconfig
|
40
x11-toolkits/linux-f8-openmotif/Makefile
Normal file
40
x11-toolkits/linux-f8-openmotif/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: linux-openmotif
|
||||
# Date created: 2001-09-24
|
||||
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openmotif
|
||||
PORTVERSION= 2.1.30
|
||||
CATEGORIES= x11-toolkits linux
|
||||
MASTER_SITES= ftp://ftp.redhat.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.sourceforge.net/pub/mirrors/redhat/%SUBDIR%/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.uni-bayreuth.de/pub/redhat.com/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= contrib/openmotif/linux-rpm
|
||||
PKGNAMEPREFIX= linux-
|
||||
EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm
|
||||
DIST_SUBDIR= rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= naddy@mips.inka.de
|
||||
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386
|
||||
USE_LINUX_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \
|
||||
usr/X11R6/lib/libUil.so.2.1 \
|
||||
usr/X11R6/lib/libXm.so.2.1
|
||||
|
||||
do-install:
|
||||
cd ${PREFIX}; \
|
||||
rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
|
||||
cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES}
|
||||
chroot ${PREFIX} /sbin/ldconfig
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/linux-f8-openmotif/distinfo.alpha
Normal file
1
x11-toolkits/linux-f8-openmotif/distinfo.alpha
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/openmotif-2.1.30-1_ICS.alpha.rpm) = c56be19418719de0902e219d9b5bc966
|
1
x11-toolkits/linux-f8-openmotif/distinfo.i386
Normal file
1
x11-toolkits/linux-f8-openmotif/distinfo.i386
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/openmotif-2.1.30-1_ICS.i386.rpm) = 4eac14702af79a70945e1a4935e0fb12
|
1
x11-toolkits/linux-f8-openmotif/pkg-comment
Normal file
1
x11-toolkits/linux-f8-openmotif/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Motif toolkit Linux libraries
|
1
x11-toolkits/linux-f8-openmotif/pkg-descr
Normal file
1
x11-toolkits/linux-f8-openmotif/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Open Motif runtime libraries for the Linux emulation environment.
|
5
x11-toolkits/linux-f8-openmotif/pkg-plist
Normal file
5
x11-toolkits/linux-f8-openmotif/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
usr/X11R6/lib/libMrm.so.2.1
|
||||
usr/X11R6/lib/libUil.so.2.1
|
||||
usr/X11R6/lib/libXm.so.2.1
|
||||
@exec chroot %D /sbin/ldconfig
|
||||
@unexec chroot %D /sbin/ldconfig
|
40
x11-toolkits/linux-openmotif/Makefile
Normal file
40
x11-toolkits/linux-openmotif/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: linux-openmotif
|
||||
# Date created: 2001-09-24
|
||||
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openmotif
|
||||
PORTVERSION= 2.1.30
|
||||
CATEGORIES= x11-toolkits linux
|
||||
MASTER_SITES= ftp://ftp.redhat.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.sourceforge.net/pub/mirrors/redhat/%SUBDIR%/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/%SUBDIR%/ \
|
||||
ftp://ftp.uni-bayreuth.de/pub/redhat.com/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= contrib/openmotif/linux-rpm
|
||||
PKGNAMEPREFIX= linux-
|
||||
EXTRACT_SUFX= -1_ICS.${MACHINE_ARCH}.rpm
|
||||
DIST_SUBDIR= rpm
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= naddy@mips.inka.de
|
||||
|
||||
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386
|
||||
USE_LINUX_PREFIX= yes
|
||||
NO_BUILD= yes
|
||||
NO_FILTER_SHLIBS= yes
|
||||
MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH}
|
||||
|
||||
EXTRACT_FILES= usr/X11R6/lib/libMrm.so.2.1 \
|
||||
usr/X11R6/lib/libUil.so.2.1 \
|
||||
usr/X11R6/lib/libXm.so.2.1
|
||||
|
||||
do-install:
|
||||
cd ${PREFIX}; \
|
||||
rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
|
||||
cpio -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES}
|
||||
chroot ${PREFIX} /sbin/ldconfig
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/linux-openmotif/distinfo.alpha
Normal file
1
x11-toolkits/linux-openmotif/distinfo.alpha
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/openmotif-2.1.30-1_ICS.alpha.rpm) = c56be19418719de0902e219d9b5bc966
|
1
x11-toolkits/linux-openmotif/distinfo.i386
Normal file
1
x11-toolkits/linux-openmotif/distinfo.i386
Normal file
@ -0,0 +1 @@
|
||||
MD5 (rpm/openmotif-2.1.30-1_ICS.i386.rpm) = 4eac14702af79a70945e1a4935e0fb12
|
1
x11-toolkits/linux-openmotif/pkg-comment
Normal file
1
x11-toolkits/linux-openmotif/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Motif toolkit Linux libraries
|
1
x11-toolkits/linux-openmotif/pkg-descr
Normal file
1
x11-toolkits/linux-openmotif/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Open Motif runtime libraries for the Linux emulation environment.
|
5
x11-toolkits/linux-openmotif/pkg-plist
Normal file
5
x11-toolkits/linux-openmotif/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
usr/X11R6/lib/libMrm.so.2.1
|
||||
usr/X11R6/lib/libUil.so.2.1
|
||||
usr/X11R6/lib/libXm.so.2.1
|
||||
@exec chroot %D /sbin/ldconfig
|
||||
@unexec chroot %D /sbin/ldconfig
|
Loading…
Reference in New Issue
Block a user