freebsd-ports/astro/gpsbabel/Makefile
Beech Rintoul 7b79249087 - Update to 1.4.4
- Add local mirror
- Pass maintainership to submitter

PR:		ports/174363
Submitted by:	Oliver Heesakkers <dev2@heesakkers.info>
2012-12-15 23:13:08 +00:00

31 lines
638 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
MAINTAINER= dev2@heesakkers.info
COMMENT= A GPS file translating tool
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
USE_AUTOTOOLS= autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \
--with-libexpat=${LOCALBASE}/lib
PLIST_FILES= bin/gpsbabel
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800069
LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb
.else
EXTRA_PATCHES= ${FILESDIR}/extra-patch-libusb
.endif
.include <bsd.port.post.mk>