1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/astro/gpsbabel14/Makefile
Dmitry Marakasov 92d656c848 - Preserve version 1.4.4 of astro/gpsbabel as astro/gpsbabel14
Newer gpsbabel version needlessly pulls in heavyweight dependencies
(such as qt4-gui, qt4-webkit) via qt4-linguist, and until that's
resolved, it's useful to keep around older version which doesn't
have such problem.

PR:		190791
Approved by:	dev2@heesakkers.info (maintainer)
2014-06-10 22:03:56 +00:00

29 lines
591 B
Makefile

# Created by: Laurent Courty
# $FreeBSD$
PORTNAME= gpsbabel
PORTVERSION= 1.4.4
CATEGORIES= astro geography
MASTER_SITES= https://secure.ohos.nl/downloads/ \
LOCAL/beech
PKGNAMESUFFIX= 14
MAINTAINER= dev2@heesakkers.info
COMMENT= GPS file translating tool (pre-qt version)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
--with-libexpat=${LOCALBASE}/lib
PLIST_FILES= bin/gpsbabel
CONFLICTS= gpsbabel-[0-9]*
.include <bsd.port.mk>