aboutsummaryrefslogtreecommitdiffstats
path: root/astro/qlandkartegt/Makefile
blob: c53efe7a562764e1f380b4608ed050fab9ebfcd4 (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
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$

PORTNAME=   qlandkartegt
PORTVERSION=    1.7.6
PORTREVISION=   1
CATEGORIES= astro
MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/QLandkarte%20GT%20${PORTVERSION}

MAINTAINER= i@levsha.me
COMMENT=    The ultimate outdoor aficionado's tool

LICENSE=    GPLv3

LIB_DEPENDS=    libgdal.so:${PORTSDIR}/graphics/gdal \
        libproj.so:${PORTSDIR}/graphics/proj \
        libgps.so:${PORTSDIR}/astro/gpsd

USES=       cmake
USE_QT4=    dbus gui opengl network sql xml linguist_build \
        moc_build uic_build rcc_build qmake_build
USE_GL=     glu

.include <bsd.port.mk>