Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/astro/gpxloggerd/Makefile
16124 views
# Created by: Gleb Smirnoff <[email protected]>

PORTNAME=	gpxloggerd
PORTVERSION=	0.2.4
CATEGORIES=	astro
USE_GITHUB=	yes
GH_ACCOUNT=	glebius

MAINTAINER=	[email protected]
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>