aboutsummaryrefslogtreecommitdiffstats
path: root/databases/grass/Makefile
blob: aa99f099df2e044a8ad7262871625bb707b1c8e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# New ports collection makefile for:    grass
# Date created:     15 January 2000
# Whom:         reg
#
# $FreeBSD$
#

PORTNAME=   grass
PORTVERSION=    5.0.2
PORTREVISION=   2
PORTEPOCH=  1
CATEGORIES= databases
MASTER_SITES=   http://grass.itc.it/grass50/source/ \
        http://grass.meteo.uni.wroc.pl/grass50/source/ \
        ftp://sunsite.ualberta.ca/pub/Mirror/grass-web/grass50/source/ \
        http://www.dinama.gub.uy/grass/grass50/source/
DISTNAME=   ${PORTNAME}-${PORTVERSION}_src

MAINTAINER= ports@FreeBSD.org
COMMENT=    An open source Geographical Information System (GIS)

POSTGRESQL_PORT?=   databases/postgresql7
LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff \
        png.5:${PORTSDIR}/graphics/png \
        jpeg.9:${PORTSDIR}/graphics/jpeg \
        gd.4:${PORTSDIR}/graphics/gd \
        fftw.2:${PORTSDIR}/math/fftw \
        freetype.9:${PORTSDIR}/print/freetype2 \
        gdbm.3:${PORTSDIR}/databases/gdbm \
        pq.3:${PORTSDIR}/${POSTGRESQL_PORT} \
        odbc.1:${PORTSDIR}/databases/unixODBC \
        lapack.3:${PORTSDIR}/math/lapack
BUILD_DEPENDS=  tclsh8.3:${PORTSDIR}/lang/tcl83 \
        wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS=    tclsh8.3:${PORTSDIR}/lang/tcl83 \
        wish8.3:${PORTSDIR}/x11-toolkits/tk83

EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude *CVS*

WRKSRC=     ${WRKDIR}/${PORTNAME}${PORTVERSION}

USE_ICONV=  yes
USE_XLIB=   yes
USE_GL=     yes
USE_PERL5=  yes
USE_BISON=  yes
USE_GMAKE=  yes
USE_AUTOCONF_VER=   213
CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
        --with-libs=${LOCALBASE}/lib \
        --with-tcltk-includes="${LOCALBASE}/include/tcl8.3 \
                     ${LOCALBASE}/include/tk8.3" \
        --with-postgres-includes=${LOCALBASE}/include/postgresql/internal/ \
        --with-opengl-includes=${X11BASE}/include \
        --with-opengl-libs=${X11BASE}/lib \
        --with-freetype \
        --with-freetype-includes=${LOCALBASE}/include/freetype2 \
        --with-blas \
        --with-lapack \
        --with-nls \
        --without-motif
CONFIGURE_ENV=  LIBS="${PTHREAD_LIBS}"
CFLAGS+=    ${PTHREAD_CFLAGS}

HOSTNAME!=  hostname
PLIST_SUB=  HOSTNAME="${HOSTNAME}"

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502000
BROKEN=     "Broken pkg-plist"
.endif

post-install:
    -(cd ${PREFIX} && ${GREP} -v "@" ${PLIST} | \
      ${XARGS} ${STRIP_CMD} 2> /dev/null || ${TRUE})

.include <bsd.port.post.mk>