freebsd-ports/astro/gpxloggerd/Makefile
Gleb Smirnoff c9b1b3877e astro/gpxloggerd: update to 0.2.5
Fixes compilation with modern astro/gpsd.
2022-03-14 09:29:21 -07:00

24 lines
560 B
Makefile

# Created by: Gleb Smirnoff <glebius@FreeBSD.org>
PORTNAME= gpxloggerd
PORTVERSION= 0.2.5
CATEGORIES= astro
USE_GITHUB= yes
GH_ACCOUNT= glebius
MAINTAINER= glebius@FreeBSD.org
COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces
LIB_DEPENDS= libgps.so:astro/gpsd
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/${PORTNAME} \
man/man8/${PORTNAME}.8.gz
LDFLAGS+= -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/man/man8/
.include <bsd.port.mk>