diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-28 09:46:16 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-28 09:46:16 +0800 |
commit | d581fc151d5f676da302cd3379f6c49402a1183e (patch) | |
tree | 33f8ccbdcf616abb80ee0e6955883395acee0d64 /x11-toolkits | |
parent | 85497be2cf03dcc6bb602591c5729deb671a9c00 (diff) | |
download | freebsd-ports-gnome-d581fc151d5f676da302cd3379f6c49402a1183e.tar.gz freebsd-ports-gnome-d581fc151d5f676da302cd3379f6c49402a1183e.tar.zst freebsd-ports-gnome-d581fc151d5f676da302cd3379f6c49402a1183e.zip |
Remove this port -- people totally misunderstand what it is.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif-devel/Makefile | 50 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/pkg-descr | 3 |
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. |