2003-10-05 21:35:32 +02:00
|
|
|
# New ports collection makefile for: garmin-utils
|
|
|
|
# Date created: 4 Oct 2003
|
|
|
|
# Whom: Matthew Braithwaite <mab@red-bean.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= garmin-utils
|
2005-05-17 16:50:11 +02:00
|
|
|
PORTVERSION= 2.2
|
2007-06-26 10:04:02 +02:00
|
|
|
PORTREVISION= 1
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= comms geography
|
2003-10-05 21:35:32 +02:00
|
|
|
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
|
2007-06-26 10:04:02 +02:00
|
|
|
MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man
|
2003-10-05 21:35:32 +02:00
|
|
|
|
2004-01-21 22:02:11 +01:00
|
|
|
PLIST_FILES= bin/gardump bin/garload
|
|
|
|
|
2007-06-26 10:04:02 +02:00
|
|
|
.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>
|