openbsd-ports/devel/shapelib/Makefile
landry 8fbd50bb6d Remove jason@ as MAINTAINER, as his e-mail bounces since a while.. agreed
by jason@, prodded by espie@. While here, take maintainership of
devel/geotiff & devel/proj. Any takers for the others ?
ok espie@
2010-01-23 10:29:45 +00:00

29 lines
674 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/01/23 10:29:45 landry Exp $
COMMENT= shapefile manipulation library
DISTNAME= shapelib-1.2.10
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= shp 1.2
CATEGORIES= devel
HOMEPAGE= http://shapelib.maptools.org/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://dl.maptools.org/dl/shapelib/
MAKE_ENV= SHLIB_MAJOR=${LIBshp_VERSION:R} \
SHLIB_MINOR=${LIBshp_VERSION:E}
FAKE_FLAGS= LIBDIR=${LOCALBASE}/lib DEBUGLIBS=no
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/libshp
${INSTALL_DATA} ${WRKSRC}/shapefil.h ${PREFIX}/include/libshp
.include <bsd.port.mk>