22 lines
451 B
Makefile
22 lines
451 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/08 16:57:08 jasper Exp $
|
||
|
|
||
|
COMMENT= "shapefile manipulation library"
|
||
|
|
||
|
DISTNAME= shapelib-1.2.10
|
||
|
SHARED_LIBS= shp 1.2
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
HOMEPAGE= http://shapelib.maptools.org/
|
||
|
|
||
|
MAINTAINER= Jason Wright <jason@openbsd.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/
|
||
|
|
||
|
.include <bsd.port.mk>
|