aboutsummaryrefslogblamecommitdiff
path: root/comms/garmin-utils/Makefile
blob: 3aaedd7a95edc80d50df6144496e8c2faa5dbe0c (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                             
                   
                               






                                                  
                                           
 

                                       








                                          
# New ports collection makefile for:   garmin-utils
# Date created:        4 Oct 2003
# Whom:                Matthew Braithwaite <mab@red-bean.com>
#
# $FreeBSD$
#

PORTNAME=	garmin-utils
PORTVERSION=	2.5
CATEGORIES=	comms geography
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

PLIST_FILES=	bin/gardump bin/garload

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600006
MAKE_ARGS+=	GPS_SERIAL_PORT=/dev/cuaa0
.else
MAKE_ARGS+=	GPS_SERIAL_PORT=/dev/cuad0
.endif

.include <bsd.port.post.mk>