7b79249087
- Add local mirror - Pass maintainership to submitter PR: ports/174363 Submitted by: Oliver Heesakkers <dev2@heesakkers.info>
30 lines
638 B
Makefile
30 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>
|