freebsd-ports/graphics/libgrass5/Makefile
James E. Housley 35340321b7 New Port: graphics/libgrass
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>
2001-02-14 12:31:22 +00:00

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>