42 lines
1.1 KiB
Makefile
Raw Normal View History

2000-03-05 18:30:21 +00:00
# $OpenBSD: Makefile,v 1.10 2000/03/05 18:30:29 espie Exp $
1999-10-26 22:05:20 +00:00
DISTNAME= tiff-v3.5.4
PKGNAME= tiff-3.5.4
1999-10-26 22:05:20 +00:00
CATEGORIES= graphics
2000-03-05 18:30:21 +00:00
NEED_VERSION= 1.223
1999-10-26 22:05:20 +00:00
MASTER_SITES= http://www.libtiff.org/
MAINTAINER= brad@openbsd.org
2000-02-12 06:29:49 +00:00
LICENSE_TYPE= BSD
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 06:29:49 +00:00
2000-03-05 18:30:21 +00:00
LIB_DEPENDS= jpeg.62:graphics/jpeg
1999-10-26 22:05:20 +00:00
2000-03-05 18:30:21 +00:00
HAS_CONFIGURE= Yes
1999-10-26 22:05:20 +00:00
CONFIGURE_ARGS= --with-ZIP --with-JPEG --with-DIR_BIN="${PREFIX}/bin" \
--with-DIR_LIB="${PREFIX}/lib" \
--with-DIR_INC="${PREFIX}/include" \
--with-DIR_MAN="${PREFIX}/man" \
--with-CC="${CC}" --with-GCOPTS="${CFLAGS}" \
--with-DIRS_LIBINC="${PREFIX}/include" \
--with-DIR_GZLIB="/usr/lib" \
--with-DIR_JPEGLIB="${PREFIX}/lib" \
--with-LIBGL="no" --with-LIBIMAGE="no" \
--with-INSTALL="sh ${WRKSRC}/port/install.sh" \
1999-10-26 22:05:20 +00:00
--noninteractive
DOCDIR= ${PREFIX}/share/doc/tiff
post-install:
2000-02-05 03:59:04 +00:00
${INSTALL_DATA_DIR} ${DOCDIR}/images
1999-10-26 22:05:20 +00:00
${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/html/images/*.gif ${DOCDIR}/images
${INSTALL_DATA} ${WRKSRC}/html/images/*.jpg ${DOCDIR}/images
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>