aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsbabel/Makefile
blob: 21cd331039fcc885fbdaede9d0728e9dbac26df4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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= lrntct@gmail.com
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>