blob: 20ee99284e5ad77881266e5cbdfe4a8aa2ecadbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
|