diff options
author | asami <asami@FreeBSD.org> | 1998-12-28 21:00:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-28 21:00:56 +0800 |
commit | d43383f2fd406deaa78bbcda1294dbb4c902d447 (patch) | |
tree | 9d71bd1f894b8f693c494e40f75f6bd9cfc350a6 /x11-toolkits/open-motif-devel | |
parent | 693c82fd4db9c004e93c0dcf75ade9c3151a363d (diff) | |
download | freebsd-ports-gnome-d43383f2fd406deaa78bbcda1294dbb4c902d447.tar.gz freebsd-ports-gnome-d43383f2fd406deaa78bbcda1294dbb4c902d447.tar.zst freebsd-ports-gnome-d43383f2fd406deaa78bbcda1294dbb4c902d447.zip |
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.
Diffstat (limited to 'x11-toolkits/open-motif-devel')
-rw-r--r-- | x11-toolkits/open-motif-devel/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/open-motif-devel/pkg-descr | 4 |
3 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/open-motif-devel/Makefile b/x11-toolkits/open-motif-devel/Makefile new file mode 100644 index 000000000000..027f6edbcbf4 --- /dev/null +++ b/x11-toolkits/open-motif-devel/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: motif +# Version required: 1.2 +# Date created: 5 December 1994 +# Whom: asami +# +# $Id: Makefile,v 1.12 1998/11/12 23:07:17 billf Exp $ +# + +DISTNAME= Motif-1.2 +CATEGORIES= x11-toolkits +DISTFILES= # empty + +USE_X_PREFIX= yes +NO_BUILD= yes +NO_INSTALL= yes +IS_INTERACTIVE= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/open-motif-devel/pkg-comment b/x11-toolkits/open-motif-devel/pkg-comment new file mode 100644 index 000000000000..1dff62539ba9 --- /dev/null +++ b/x11-toolkits/open-motif-devel/pkg-comment @@ -0,0 +1 @@ +Motif. diff --git a/x11-toolkits/open-motif-devel/pkg-descr b/x11-toolkits/open-motif-devel/pkg-descr new file mode 100644 index 000000000000..ee8979374e8f --- /dev/null +++ b/x11-toolkits/open-motif-devel/pkg-descr @@ -0,0 +1,4 @@ +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. |