freebsd-ports/astro/gpxloggerd/Makefile
John Marino fc992f6dde astro/gpxloggerd: directly link libmath and cleanup
- 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
2013-07-24 14:30:28 +00:00

24 lines
537 B
Makefile

# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
# $FreeBSD$
PORTNAME= gpxloggerd
PORTVERSION= 0.2
CATEGORIES= astro
MASTER_SITES= LOCAL/glebius
MAINTAINER= glebius@FreeBSD.org
COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces
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/
.include <bsd.port.mk>