aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/open-motif-devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-28 01:46:16 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-28 01:46:16 +0000
commit8aae370adb55c0ef076fb83dd97de7067ab3834d (patch)
tree0ce6a5079dcec7949f6b20edfd38fd82fc6ae599 /x11-toolkits/open-motif-devel
parentda944492999774723af5fc3053d3886107b2f29f (diff)
downloadports-8aae370adb55c0ef076fb83dd97de7067ab3834d.tar.gz
ports-8aae370adb55c0ef076fb83dd97de7067ab3834d.zip
Remove this port -- people totally misunderstand what it is.
Notes
Notes: svn path=/head/; revision=60156
Diffstat (limited to 'x11-toolkits/open-motif-devel')
-rw-r--r--x11-toolkits/open-motif-devel/Makefile50
-rw-r--r--x11-toolkits/open-motif-devel/distinfo1
-rw-r--r--x11-toolkits/open-motif-devel/pkg-comment1
-rw-r--r--x11-toolkits/open-motif-devel/pkg-descr3
4 files changed, 0 insertions, 55 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile
deleted file mode 100644
index 758cef983fbf..000000000000
--- a/x11-toolkits/open-motif-devel/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: motif
-# Date created: 5 December 1994
-# Whom: asami
-#
-# $FreeBSD$
-#
-
-PORTNAME= open-motif-devel
-PORTVERSION= 2.1.30
-CATEGORIES= x11-toolkits
-MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \
- ftp://ftp.opengroup.org/pub/openmotif/R2.1.30/binaries/metrolink/ \
- ftp://ftp.isca.uiowa.edu/pub/mirrors/openmotif/binaries/metrolink/ \
- ftp://ftp.kddlabs.co.jp:/X11/openmotif/binaries/metrolink/
-DISTNAME= openmotif-devel-${PORTVERSION}-4_MLI
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-
-ONLY_FOR_ARCHS= i386
-PREFIX?= / # will install into ${PREFIX}/usr/X11R6
-NO_MTREE= yes
-USE_X_PREFIX= yes
-NO_WRKSUBDIR= yes
-EXTRACT_ONLY= # don't exact the tarball
-NO_BUILD= binary distribution
-NO_PKG_REGISTER=do-install: target will take care of this
-
-do-install:
- @pkg_add -f -p ${PREFIX} ${DISTDIR}/${DISTFILES}
- @${MV} -v ${PKG_DBDIR}/${DISTNAME} ${PKG_DBDIR}/${PKGNAME}
-
-# shouldn't this be covered by "NO_PKG_REGISTER" ??
-generate-plist:
- @${DO_NADA}
-
-do-package:
- @${ECHO_MSG} "===> Building package for ${PKGNAME}"
- @if [ -d ${PACKAGES} ]; then \
- if [ ! -d ${PKGREPOSITORY} ]; then \
- if ! ${MKDIR} ${PKGREPOSITORY}; then \
- ${ECHO_MSG} ">> Can't create directory ${PKGREPOSITORY}."; \
- exit 1; \
- fi; \
- fi; \
- fi
- @${CP} -p ${DISTDIR}/${DISTFILES} ${PKGFILE}
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/open-motif-devel/distinfo b/x11-toolkits/open-motif-devel/distinfo
deleted file mode 100644
index fd868433bc7b..000000000000
--- a/x11-toolkits/open-motif-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (openmotif-devel-2.1.30-4_MLI.tgz) = 77310f97b28cf3947df51790c4836343
diff --git a/x11-toolkits/open-motif-devel/pkg-comment b/x11-toolkits/open-motif-devel/pkg-comment
deleted file mode 100644
index fc5a6dc4bfb5..000000000000
--- a/x11-toolkits/open-motif-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Metro Link Open Motif - Development libraries and header files
diff --git a/x11-toolkits/open-motif-devel/pkg-descr b/x11-toolkits/open-motif-devel/pkg-descr
deleted file mode 100644
index 60298ecaf623..000000000000
--- a/x11-toolkits/open-motif-devel/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is the Metro Link Open Motif 2.1.30 development environment.
-It includes the static libraries and header files necessary to build
-Motif applications.