b3aac7c901
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.
16 lines
316 B
Makefile
16 lines
316 B
Makefile
# OpenBSD makefile for: tiff
|
|
# Version required: --none--
|
|
# Date created: December 2, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/06/10 02:56:21 marc Exp $
|
|
#
|
|
|
|
PKGNAME= tiff
|
|
CATEGORIES= graphics
|
|
IGNORE= "has been superseded by tiff34"
|
|
|
|
MAINTAINER= marc@OpenBSD.org
|
|
|
|
.include <bsd.port.mk>
|