forked from Lainports/freebsd-ports
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
22 lines
538 B
Makefile
22 lines
538 B
Makefile
# 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_VER=13
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME}
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|