diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-03 18:36:15 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-03 18:36:15 +0000 |
commit | 1b296299d4e69933cfc239e712af3f2c4a128a42 (patch) | |
tree | 65956e2df4ef42261b2a56d345bd85f316000f8e /x11-toolkits/open-motif-devel | |
parent | Update to version 0.9.18. (diff) |
Open Motif 2.1.30 for the i386.
Notes
Notes:
svn path=/head/; revision=29162
Diffstat (limited to 'x11-toolkits/open-motif-devel')
-rw-r--r-- | x11-toolkits/open-motif-devel/Makefile | 44 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/pkg-comment | 2 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/pkg-descr | 7 |
3 files changed, 39 insertions, 14 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile index 93dfeb8b2df1..80a625128c3d 100644 --- a/x11-toolkits/open-motif-devel/Makefile +++ b/x11-toolkits/open-motif-devel/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: motif # Date created: 5 December 1994 # Whom: asami @@ -5,17 +6,42 @@ # $FreeBSD$ # -PORTNAME= Motif -PORTVERSION= 2.1.10 +PORTNAME= open-motif-devel +PORTVERSION= 2.1.30 CATEGORIES= x11-toolkits -DISTFILES= # empty +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/ +DISTFILES= openmotif-2.1.30-1_MLI${EXTRACT_SUFX} +EXTRACT_SUFX= .tgz +ONLY_FOR_ARCHS= i386 +PREFIX?= / # will install into ${PREFIX}/usr/X11R6 USE_X_PREFIX= yes -NO_BUILD= yes -NO_INSTALL= yes -IS_INTERACTIVE= yes -.if !defined(PACKAGE_BUILDING) -FORBIDDEN= this is a dummy package for installing Motif dependencies -.endif +NO_WRKSUBDIR= yes +EXTRACT_ONLY= # don't exact the tarball +NO_BUILD= binary distrubition +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/pkg-comment b/x11-toolkits/open-motif-devel/pkg-comment index 6b9e8c5543be..fc5a6dc4bfb5 100644 --- a/x11-toolkits/open-motif-devel/pkg-comment +++ b/x11-toolkits/open-motif-devel/pkg-comment @@ -1 +1 @@ -Motif +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 index ee8979374e8f..60298ecaf623 100644 --- a/x11-toolkits/open-motif-devel/pkg-descr +++ b/x11-toolkits/open-motif-devel/pkg-descr @@ -1,4 +1,3 @@ -A dummy port to create a package of static Motif libs and include -files to be used as dependencies from other ports. Note you need -Motif already installed, and this port won't do anything for you -unless you are in the business of building packages. +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. |