summaryrefslogtreecommitdiff
path: root/comms/garmin-utils/Makefile
blob: 4bc357e5392499caede2464351e6f855d964a16e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:   garmin-utils
# Date created:        4 Oct 2003
# Whom:                Matthew Braithwaite <mab@red-bean.com>
#
# $FreeBSD$
#

PORTNAME=	garmin-utils
PORTVERSION=	1.93
CATEGORIES=	comms
MASTER_SITES=	ftp://ftp.snafu.org/pub/

MAINTAINER=	mab@red-bean.com
COMMENT=	Utilities for Garmin GPS receivers

MAN1=		gardump.1 garload.1
MANCOMPRESSED=	yes
MAKE_ARGS+=	MANDIR=${MANPREFIX}/man/man \
		GPS_SERIAL_PORT=/dev/cuaa0

.include <bsd.port.mk>