1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add xdl, convert to new format.

This commit is contained in:
Satoshi Asami 1995-07-18 00:34:16 +00:00
parent c62f6d0480
commit ef8ece6b98
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1988

View File

@ -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>