aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/linux-openmotif/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-05-30 09:11:52 +0000
committerRene Ladan <rene@FreeBSD.org>2013-05-30 09:11:52 +0000
commit1759b37af1cbf6b6d6f1bbf95e33f125b8fd611f (patch)
tree1f833a09d59367ca4fd4624d9910f73bc5342531 /x11-toolkits/linux-openmotif/Makefile
parent749316327b6e9ee63242fda1c83391cd9f4411a7 (diff)
downloadports-1759b37af1cbf6b6d6f1bbf95e33f125b8fd611f.tar.gz
ports-1759b37af1cbf6b6d6f1bbf95e33f125b8fd611f.zip
Notes
Diffstat (limited to 'x11-toolkits/linux-openmotif/Makefile')
-rw-r--r--x11-toolkits/linux-openmotif/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile
deleted file mode 100644
index 5559c510747b..000000000000
--- a/x11-toolkits/linux-openmotif/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= openmotif
-PORTVERSION= 2.2.4
-PORTREVISION= 4
-CATEGORIES= x11-toolkits linux
-MASTER_SITES= CRITICAL/rpm
-PKGNAMEPREFIX= linux-
-EXTRACT_SUFX= -0.1.i386.rpm
-DIST_SUBDIR= rpm
-EXTRACT_ONLY=
-
-MAINTAINER= emulation@FreeBSD.org
-COMMENT= Motif toolkit Linux libraries
-
-BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
-
-CONFLICTS= linux-f8-openmotif-[0-9]* linux-f10-openmotif-[0-9]*
-
-# EXPIRATION_DATE is the EoL of the last 7.x release
-EXPIRATION_DATE=2013-02-28
-ONLY_FOR_ARCHS= i386 amd64
-USE_LINUX_RPM= yes
-USE_LINUX_APPS= xorglibs
-LINUX_DIST_VER= 4
-NO_BUILD= yes
-SRC_DISTFILES=
-
-EXTRACT_FILES= ./usr/X11R6/lib/libMrm.so.3.0.3 \
- ./usr/X11R6/lib/libUil.so.3.0.3 \
- ./usr/X11R6/lib/libXm.so.3.0.3
-
-do-install:
- cd ${PREFIX}; \
- rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
- ${CPIO} -idum -R ${LIBOWN}:${LIBGRP} ${EXTRACT_FILES}
- chroot ${PREFIX} /sbin/ldconfig
-
-.include <bsd.port.mk>