summaryrefslogtreecommitdiff
path: root/graphics/libgrass5/Makefile
blob: d731ad2910e4f6703dbbd99f9fe2c171c02894dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	libgrass5
# Date created: 		26 December 2000
# Whom:			J. Pennington <john@coastalgeology.org>
#
# $FreeBSD$
#

PORTNAME=	libgrass5
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	graphics
MASTER_SITES=	http://gdal.velocet.ca/projects/grass/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library of functions from the GRASS GIS application for use by non-GRASS programs

USE_GMAKE=	yes
USE_LIBTOOL=	yes
CONFIGURE_ARGS=	--includedir=${PREFIX}/include/${PORTNAME}
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>