diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-14 20:31:22 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-14 20:31:22 +0800 |
commit | 9a2c51f639be616f522d84e4ea65385fa417244a (patch) | |
tree | 75df84afd5230c5c6f117af02577cc5aa38e2ff8 /graphics/libgrass5/Makefile | |
parent | 38f54628f36e47dc16febd813a10224ccce7c807 (diff) | |
download | freebsd-ports-gnome-9a2c51f639be616f522d84e4ea65385fa417244a.tar.gz freebsd-ports-gnome-9a2c51f639be616f522d84e4ea65385fa417244a.tar.zst freebsd-ports-gnome-9a2c51f639be616f522d84e4ea65385fa417244a.zip |
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>
Diffstat (limited to 'graphics/libgrass5/Makefile')
-rw-r--r-- | graphics/libgrass5/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/libgrass5/Makefile b/graphics/libgrass5/Makefile new file mode 100644 index 000000000000..20ee99284e5a --- /dev/null +++ b/graphics/libgrass5/Makefile @@ -0,0 +1,21 @@ +# 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> |