openbsd-ports/graphics/Makefile
marc b3aac7c901 1) remove tiff from graphics makefile as there is nothing to make
2) change tiff/Makefile to spit out message saying to use tiff34
   remove all tiff files, patches, and pkg data; they're no longer needed
3) install tiff34 as libtiff, tiff.h, and tiffio.h; add symbolic links
   so the old names of libtiff34, tiff34.h, and tiffio34.h still work.
4) Change ImageMagick to use -ltiff, not -ltiff34; remove the patch
   files and directory as they are no longer needed.
5) Change gimp to use -ltiff, not -ltiff34; remove the patch files and
   directory as they are no longer needed.

NOTE: with these changes ImageMagick and gimp require the updated tiff34
      port.
1998-06-10 02:56:11 +00:00

74 lines
1.6 KiB
Makefile

# $OpenBSD: Makefile,v 1.14 1998/06/10 02:56:11 marc Exp $
# $FreeBSD: Makefile,v 1.55 1997/11/03 12:12:27 tg Exp $
#
SUBDIR += ImageMagick
# SUBDIR += Mesa
# SUBDIR += aero
# SUBDIR += camediaplay
# SUBDIR += dc3play
# SUBDIR += dore
# SUBDIR += fxtv
# SUBDIR += gd
# SUBDIR += geomview
# SUBDIR += gfont
# SUBDIR += giflib
# SUBDIR += gifmerge
# SUBDIR += giftool
SUBDIR += giftrans
SUBDIR += gimp
# SUBDIR += gimp-devel
# SUBDIR += hdf
# SUBDIR += hobbes-icons-xpm
# SUBDIR += hpscan
# SUBDIR += imlib
# SUBDIR += jbigkit
SUBDIR += jpeg
SUBDIR += mpeg-lib
# SUBDIR += mpeg2codec
# SUBDIR += mpeg2play
# SUBDIR += mpeg_encode
SUBDIR += mpeg_play
# SUBDIR += mpeg_stat
# SUBDIR += mpegedit
# SUBDIR += mplex
SUBDIR += netpbm
# SUBDIR += p5-GD
# SUBDIR += p5-Image-Size
# SUBDIR += pgperl
# SUBDIR += pgplot
# SUBDIR += photopc
# SUBDIR += pixmap
# SUBDIR += plotmtv
SUBDIR += png
# SUBDIR += povray
# SUBDIR += qvplay
# SUBDIR += sced
# SUBDIR += spigot
# SUBDIR += splitmpg
# SUBDIR += tgif
# SUBDIR += tiff
SUBDIR += tiff34
# SUBDIR += txtmerge
# SUBDIR += urt
# SUBDIR += vcg
# SUBDIR += whirlgif
# SUBDIR += xanim
# SUBDIR += xaos
SUBDIR += xbmbrowser
# SUBDIR += xdl
SUBDIR += xfig
# SUBDIR += xfractint
# SUBDIR += xgrasp
# SUBDIR += xli
# SUBDIR += xmandel
# SUBDIR += xmfract
# SUBDIR += xmorph
# SUBDIR += xmountains
SUBDIR += xpaint
SUBDIR += xpdf
SUBDIR += xpm
SUBDIR += xv
.include <bsd.port.subdir.mk>