1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/comms/garmin-utils/Makefile
Martin Wilke ff0c8a0a2e - Update to 2.5
PR:		124907
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout
2008-07-18 12:39:14 +00:00

31 lines
646 B
Makefile

# 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>