- Thank you for your service, we hope to see you back PR: ports/122796, ports/122797, ports/122798 Submitted by: Laurent Courty <lrntct gmail.com>
22 lines
416 B
Makefile
22 lines
416 B
Makefile
# New ports collection makefile for: gpsbabel
|
|
# Date created: Apr 2006
|
|
# Whom: Laurent Courty
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gpsbabel
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= SFE
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A gps file translating tool
|
|
|
|
LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \
|
|
expat:${PORTSDIR}/textproc/expat2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/gpsbabel
|
|
|
|
.include <bsd.port.mk>
|