17 lines
472 B
Makefile
17 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.2 2005/04/11 21:13:47 tvierling Exp $
|
|
#
|
|
|
|
DISTNAME= libgrass5-1.0.0
|
|
CATEGORIES= geography
|
|
MASTER_SITES= http://gdal.velocet.ca/projects/grass/
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= http://gdal.velocet.ca/projects/grass/index.html
|
|
COMMENT= Standalone shared library suitable for use by non-GRASS applications
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|