aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-18 08:34:16 +0800
committerasami <asami@FreeBSD.org>1995-07-18 08:34:16 +0800
commitca30de7c0284ed855c49134bbcf7bade36688cfa (patch)
tree37119d54d70f4c5afdb8b5459639b83563433628 /graphics/Makefile
parent2af45e791de85f9d8eb0d721387d03feddc60daa (diff)
downloadfreebsd-ports-gnome-ca30de7c0284ed855c49134bbcf7bade36688cfa.tar.gz
freebsd-ports-gnome-ca30de7c0284ed855c49134bbcf7bade36688cfa.tar.zst
freebsd-ports-gnome-ca30de7c0284ed855c49134bbcf7bade36688cfa.zip
Add xdl, convert to new format.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile24
1 files changed, 19 insertions, 5 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 8306559dbbf0..f7d5cce27702 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>