blob: a4842add5cd2fd69e1a90abc69217745063466e4 (
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
|
# New ports collection makefile for: qlandkartegt
# Date created: 1 Jun 2009
# Whom: Mykola Dzham <freebsd@levsha.org.ua>
#
# $FreeBSD$
#
PORTNAME= qlandkartegt
PORTVERSION= 0.15.0
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%20${PORTVERSION}
MAINTAINER= freebsd@levsha.org.ua
COMMENT= The ultimate outdoor aficionado's tool
LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
proj.5:${PORTSDIR}/graphics/proj
USE_CMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib moc_build uic_build rcc_build qmake_build opengl linguist
MAN1= qlandkartegt.1
.include <bsd.port.mk>
|