Skip to content

Commit

Permalink
astro/gpxloggerd: directly link libmath and cleanup
Browse files Browse the repository at this point in the history
- Fixes indirect linking errors on modern binutils (fix from dports)
- Trim Makefile header and canonicalize creator's name
- Remove leading article from COMMENT
- Remove unnecessary library version in LIB_DEPENDS

Approved by:	culot (mentor), maintainer
  • Loading branch information
jrmarino committed Jul 24, 2013
1 parent 535cd21 commit fc992f6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions astro/gpxloggerd/Makefile
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# New ports collection makefile for: gpxloggerd
# Date created: 8 December 2010
# Whom: glebius
#
# Created by: Gleb Smirnoff <[email protected]>
# $FreeBSD$
#

PORTNAME= gpxloggerd
PORTVERSION= 0.2
CATEGORIES= astro
MASTER_SITES= LOCAL/glebius

MAINTAINER= [email protected]
COMMENT= A daemon that connects to the GPSD daemon and logs GPS traces
COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces

LIB_DEPENDS= gps.20:${PORTSDIR}/astro/gpsd
LIB_DEPENDS= gps:${PORTSDIR}/astro/gpsd

USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/${PORTNAME}
MAN8= ${PORTNAME}.8

LDFLAGS+= -lm

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/
Expand Down

0 comments on commit fc992f6

Please sign in to comment.