16 lines
417 B
Makefile
16 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/04/08 19:48:17 gschwarz Exp $
|
|
#
|
|
|
|
DISTNAME= e00pg-1.0.1
|
|
CATEGORIES= geography
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e00pg/}
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= http://e00pg.sourceforge.net/
|
|
COMMENT= Converting ESRI-E00 coverages into PostgreSQL/PostGIS sql instructions
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_FEATURES+= snprintf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|