mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Respect CC: fix build on -head (with clang)
- While I'm here: - Use PLIST_FILES instead of PLIST - Pet portlint: replace space with tab - Cleanup Makefile header - Remove Author line PR: ports/182119 Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer)
This commit is contained in:
parent
523630ca19
commit
d7c6467780
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327396
@ -1,19 +1,19 @@
|
||||
# New ports collection makefile for: bluegps
|
||||
# Date created: 29 July 2007
|
||||
# Whom: dirkx@webweaving.org
|
||||
#
|
||||
# Created by: dirkx@webweaving.org
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bluegps-linux
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.harbaum.org/till/bluegps/
|
||||
EXTRACT_SUFX= .tgz
|
||||
PORTNAME= bluegps-linux
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.harbaum.org/till/bluegps/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= dirkx@webweaving.org
|
||||
COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
|
||||
MAINTAINER= dirkx@webweaving.org
|
||||
COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
|
||||
|
||||
MAN1= bluegps.1
|
||||
MAN1= bluegps.1
|
||||
PLIST_FILES= bin/bluegps
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^CC=/d' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,5 +2,4 @@ BlueGPS is a simple (freebsd native) command line tool to download
|
||||
datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a
|
||||
bluetooth link.
|
||||
|
||||
Author: Till Harbaum <Till@Harbaum.org>
|
||||
WWW: http://www.harbaum.org/till/bluegps/
|
||||
|
@ -1 +0,0 @@
|
||||
bin/bluegps
|
Loading…
Reference in New Issue
Block a user