1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/comms/garmin-utils/Makefile
Dmitry Marakasov efd93db37d - Use correct serial device on FreeBSD >8.x
- While here, mark MAKE_JOBS_SAFE

PR:		140912
Submitted by:	myself
Approved by:	maintainer timeout
2009-12-18 01:38:25 +00:00

33 lines
682 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
PORTREVISION= 1
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
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/gardump bin/garload
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800045
MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuad0
.else
MAKE_ARGS+= GPS_SERIAL_PORT=/dev/cuau0
.endif
.include <bsd.port.post.mk>