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

(-)qgis/Makefile Tue Aug 14 00:02:50 2007 (-3 / +7 lines)
Lines 7-18 Link Here
7
7
8
PORTNAME=      qgis
8
PORTNAME=      qgis
9
PORTVERSION=   0.7.4
9
PORTVERSION=   0.7.4
10
PORTREVISION=  3
10
PORTREVISION=  4
11
CATEGORIES=    graphics geography
11
CATEGORIES=    graphics geography
12
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
13
MASTER_SITE_SUBDIR=${PORTNAME}
13
MASTER_SITE_SUBDIR=${PORTNAME}
14
14
15
MAINTAINER=    lrntct@gmail.com
15
MAINTAINER=    ports@freebsd.org
16
COMMENT=       A Geographical Information System (GIS) data viewer
16
COMMENT=       A Geographical Information System (GIS) data viewer
17
17
18
LIB_DEPENDS=   geos:${PORTSDIR}/graphics/geos \
18
LIB_DEPENDS=   geos:${PORTSDIR}/graphics/geos \
Lines 37-44 Link Here
37
37
38
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
39
39
40
.if ${OSVERSION} < 500000
40
.if ${OSVERSION} <  500000
41
BROKEN=                Does not build on FreeBSD versions prior to 5
41
BROKEN=                Does not build on FreeBSD versions prior to 5
42
.endif
43
44
.if ${OSVERSION} >=  700000
45
BROKEN=                Does not build on FreeBSD 7
42
.endif
46
.endif
43
47
44
.if !defined (QTDIR)
48
.if !defined (QTDIR)

Return to bug 115483