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/Makefile | |
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/Makefile')
-rw-r--r-- | x11-toolkits/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 84112b792fa3..7e54169fac17 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.11 1998/12/12 12:43:29 vanilla Exp $ +# $Id: Makefile,v 1.12 1998/12/23 01:19:55 steve Exp $ # SUBDIR += FWF + SUBDIR += Motif-dummy SUBDIR += Xaw3d SUBDIR += auis SUBDIR += blt |