17 lines
434 B
Makefile
17 lines
434 B
Makefile
# $NetBSD: Makefile,v 1.8 2012/09/28 22:07:28 asau 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
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_FEATURES+= snprintf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|