8124debc8d
Remove a merged patch, set NO_REGRESS and update patches while here. looks fine to jasper@ and pval@, MAINTAINER timeout.
37 lines
868 B
Makefile
37 lines
868 B
Makefile
# $OpenBSD: Makefile,v 1.7 2009/03/07 10:55:15 landry Exp $
|
|
|
|
COMMENT= GIS TIFF interchange library
|
|
|
|
DISTNAME= libgeotiff-1.2.5
|
|
CATEGORIES= devel geo
|
|
SHARED_LIBS= geotiff 1.2
|
|
|
|
HOMEPAGE= http://trac.osgeo.org/geotiff/
|
|
|
|
MAINTAINER= Jason Wright <jason@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
|
|
http://download.osgeo.org/geotiff/libgeotiff/
|
|
|
|
NO_REGRESS= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV += CFLAGS="-I${LOCALBASE}/include -fPIC" \
|
|
LDFLAGS=-L${LOCALBASE}/lib \
|
|
LIBgeotiff_VERSION=${LIBgeotiff_VERSION}
|
|
CONFIGURE_ARGS= --with-jpeg=${LOCALBASE} \
|
|
--with-proj=${LOCALBASE} \
|
|
--with-libtiff=${LOCALBASE}
|
|
|
|
WANTLIB= c jpeg m z
|
|
|
|
LIB_DEPENDS= proj::devel/proj \
|
|
tiff::graphics/tiff
|
|
|
|
.include <bsd.port.mk>
|