View | Details | Raw Unified | Return to bug 171974
Collapse All | Expand All

(-)databases/grass/Makefile (-13 / +8 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	grass
1
# Created by: reg
2
# Date created:		15 January 2000
3
# Whom:			reg
4
#
5
# $FreeBSD: ports/databases/grass/Makefile,v 1.79 2012/08/04 22:52:02 kwm Exp $
2
# $FreeBSD: ports/databases/grass/Makefile,v 1.79 2012/08/04 22:52:02 kwm Exp $
6
#
7
3
8
PORTNAME=	grass
4
PORTNAME=	grass
9
PORTVERSION=	6.4.2
5
PORTVERSION=	6.4.2
Lines 26-45 Link Here
26
LICENSE=	GPLv2
22
LICENSE=	GPLv2
27
23
28
BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
24
BUILD_DEPENDS=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
29
LIB_DEPENDS=	gdal.17:${PORTSDIR}/graphics/gdal \
25
LIB_DEPENDS=	gdal:${PORTSDIR}/graphics/gdal \
30
		jpeg.11:${PORTSDIR}/graphics/jpeg \
26
		jpeg:${PORTSDIR}/graphics/jpeg \
31
		png15:${PORTSDIR}/graphics/png \
27
		png15:${PORTSDIR}/graphics/png \
32
		proj.7:${PORTSDIR}/graphics/proj \
28
		proj:${PORTSDIR}/graphics/proj \
33
		tiff.4:${PORTSDIR}/graphics/tiff \
29
		tiff:${PORTSDIR}/graphics/tiff \
34
		fftw3.6:${PORTSDIR}/math/fftw3 \
30
		fftw3:${PORTSDIR}/math/fftw3 \
35
		freetype.9:${PORTSDIR}/print/freetype2
31
		freetype:${PORTSDIR}/print/freetype2
36
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
32
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
37
33
38
BROKEN=		does not build
39
40
USE_GMAKE=	yes
34
USE_GMAKE=	yes
41
USE_ICONV=	yes
35
USE_ICONV=	yes
42
USE_GETTEXT=	yes
36
USE_GETTEXT=	yes
37
USE_READLINE=	yes
43
USE_PERL5=	yes
38
USE_PERL5=	yes
44
USE_XORG=	sm ice xi x11 xt xmu xext
39
USE_XORG=	sm ice xi x11 xt xmu xext
45
USE_GL=		glut
40
USE_GL=		glut

Return to bug 171974