diff options
author | asami <asami@FreeBSD.org> | 1995-07-18 08:34:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-18 08:34:16 +0800 |
commit | ca30de7c0284ed855c49134bbcf7bade36688cfa (patch) | |
tree | 37119d54d70f4c5afdb8b5459639b83563433628 /graphics/Makefile | |
parent | 2af45e791de85f9d8eb0d721387d03feddc60daa (diff) | |
download | freebsd-ports-graphics-ca30de7c0284ed855c49134bbcf7bade36688cfa.tar.gz freebsd-ports-graphics-ca30de7c0284ed855c49134bbcf7bade36688cfa.tar.zst freebsd-ports-graphics-ca30de7c0284ed855c49134bbcf7bade36688cfa.zip |
Add xdl, convert to new format.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8306559dbbf..f7d5cce2770 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,9 +1,23 @@ -# $Id: Makefile,v 1.9 1995/05/14 07:13:30 asami Exp $ -# -# BROKEN: Mesa (doesn't install) +# $Id: Makefile,v 1.10 1995/05/15 04:18:59 asami Exp $ # -SUBDIR= ImageMagick dore jpeg mpeg-lib mpeg_play netpbm \ - pixmap povray tiff vcg xanim xfig xli xpaint xpm xv + SUBDIR += ImageMagick + BROKEN += Mesa # doesn't install + SUBDIR += dore + SUBDIR += jpeg + SUBDIR += mpeg-lib + SUBDIR += mpeg_play + SUBDIR += netpbm + SUBDIR += pixmap + SUBDIR += povray + SUBDIR += tiff + SUBDIR += vcg + SUBDIR += xanim + SUBDIR += xdl + SUBDIR += xfig + SUBDIR += xli + SUBDIR += xpaint + SUBDIR += xpm + SUBDIR += xv .include <bsd.port.subdir.mk> |