pkgsrc-wip/libgrass5/Makefile
Aleksej Saushev fa92529aff Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-03 09:10:35 +00:00

19 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/03 09:10:39 asau 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
PKG_DESTDIR_SUPPORT= none
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"