1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/astro/qlandkartegt/Makefile
Muhammad Moinur Rahman 0ca7985813 astro/qlandkartegt: Unbreak by fixing MASTER_SITES
- Update version 1.7.1=>1.8.1
- Make patches 'make makepatch' compatible
- Add desktop-file-utils
2015-10-26 12:49:39 +00:00

24 lines
585 B
Makefile

# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$
PORTNAME= qlandkartegt
PORTVERSION= 1.8.1
CATEGORIES= astro
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/QLandkarteGT%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 desktop-file-utils
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>