33 lines
741 B
Makefile
33 lines
741 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/26 20:23:47 jason Exp $
|
||
|
|
||
|
COMMENT= "GIS TIFF interchange library"
|
||
|
|
||
|
DISTNAME= libgeotiff-1.2.3
|
||
|
CATEGORIES= devel
|
||
|
SHARED_LIBS= geotiff 1.2
|
||
|
|
||
|
HOMEPAGE= http://www.remotesensing.org/geotiff/geotiff.html
|
||
|
|
||
|
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://proj.maptools.org/dl/
|
||
|
|
||
|
CONFIGURE_STYLE= autoconf no-autoheader
|
||
|
AUTOCONF_VERSION= 2.59
|
||
|
CONFIGURE_ENV += CFLAGS=-I${LOCALBASE}/include \
|
||
|
LDFLAGS=-L${LOCALBASE}/lib
|
||
|
|
||
|
WANTLIB= m z c jpeg
|
||
|
|
||
|
LIB_DEPENDS= proj::devel/proj \
|
||
|
tiff::graphics/tiff
|
||
|
|
||
|
.include <bsd.port.mk>
|