8fbd50bb6d
by jason@, prodded by espie@. While here, take maintainership of devel/geotiff & devel/proj. Any takers for the others ? ok espie@
38 lines
890 B
Makefile
38 lines
890 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/01/23 10:29:45 landry Exp $
|
|
|
|
COMMENT= GIS TIFF interchange library
|
|
|
|
DISTNAME= libgeotiff-1.2.5
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= devel geo
|
|
SHARED_LIBS= geotiff 1.2
|
|
|
|
HOMEPAGE= http://trac.osgeo.org/geotiff/
|
|
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
# 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>
|