1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/astro/gpsbabel/Makefile
Dmitry Marakasov 721b8b0dab - Update to 1.5.1
- Add LICENSE
- Convert extra-patch'es to plain patches

PR:		190791
Submitted by:	glebius
Approved by:	Oliver Heesakkers <dev2@heesakkers.info> (maintainer)
2014-06-10 22:06:15 +00:00

30 lines
542 B
Makefile

# Created by: Laurent Courty
# $FreeBSD$
PORTNAME= gpsbabel
PORTVERSION= 1.5.1
CATEGORIES= astro geography
MASTER_SITES= https://secure.ohos.nl/downloads/ \
LOCAL/glebius
MAINTAINER= dev2@heesakkers.info
COMMENT= GPS file translating tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
USES= gettext
USE_QT4= corelib linguist_build qmake_build
USE_GNOME= glib20
PLIST_FILES= bin/gpsbabel
CONFLICTS= gpsbabel14-[0-9]*
.include <bsd.port.mk>