mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
c74aae3691
bump PORTREVISION Noted By: bento
23 lines
495 B
Makefile
23 lines
495 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= 1.93
|
|
PORTREVISION= 1
|
|
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>
|