2006-04-29 17:27:05 +02:00
|
|
|
# New ports collection makefile for: gpsbabel
|
|
|
|
# Date created: Apr 2006
|
|
|
|
# Whom: Laurent Courty
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gpsbabel
|
2007-08-23 12:10:54 +02:00
|
|
|
PORTVERSION= 1.3.4
|
2007-07-22 21:53:52 +02:00
|
|
|
CATEGORIES= astro geography
|
2007-08-23 12:10:54 +02:00
|
|
|
MASTER_SITES= SFE
|
2006-04-29 17:27:05 +02:00
|
|
|
|
2008-04-15 21:13:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-04-29 17:27:05 +02:00
|
|
|
COMMENT= A gps file translating tool
|
|
|
|
|
|
|
|
LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \
|
|
|
|
expat:${PORTSDIR}/textproc/expat2
|
|
|
|
|
2007-06-12 18:59:36 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2006-04-29 17:27:05 +02:00
|
|
|
PLIST_FILES= bin/gpsbabel
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|