35340321b7
ibgrass5 is a library containing the all of the functions that are available in the GRASS GIS program. PR: 23872 Submitted by: Jonathan Pennington <john@coastalgeology.org>
21 lines
408 B
Makefile
21 lines
408 B
Makefile
# New ports collection makefile for: libgrass5
|
|
# Date created: 26 December 2000
|
|
# Whom: J. Pennington <john@coastalgeology.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgrass5
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://gdal.velocet.ca/projects/grass/
|
|
|
|
MAINTAINER= john@coastalgeology.org
|
|
|
|
INSTALLS_SHLIB= yes
|
|
LDCONFIG_DIRS= ${PREFIX}/lib
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|