Tweak astro/xmoontool version 3.0.3_8
[dports.git] / astro / gpxloggerd / Makefile
1 # Created by: Gleb Smirnoff <glebius@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       gpxloggerd
5 PORTVERSION=    0.2.3
6 CATEGORIES=     astro
7 USE_GITHUB=     yes
8 GH_ACCOUNT=     glebius
9
10 MAINTAINER=     glebius@FreeBSD.org
11 COMMENT=        Daemon that connects to the GPSD daemon and logs GPS traces
12
13 LIB_DEPENDS=    libgps.so:astro/gpsd
14
15 USE_RC_SUBR=    ${PORTNAME}
16 PLIST_FILES=    sbin/${PORTNAME} \
17                 man/man8/${PORTNAME}.8.gz
18
19 LDFLAGS+=       -lm
20 MAKE_ARGS=      NO_WERROR=yes
21
22 do-install:
23         ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
24         ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8/
25
26 .include <bsd.port.mk>