1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/astro/gpxloggerd/Makefile
Dmitry Marakasov 4c6d75febf - Update to 0.2
- Chase astro/gpsd shlib version bump

Submitted by:	glebius (maintainer)
2011-03-25 20:33:06 +00:00

27 lines
580 B
Makefile

# New ports collection makefile for: gpxloggerd
# Date created: 8 December 2010
# Whom: glebius
#
# $FreeBSD$
#
PORTNAME= gpxloggerd
PORTVERSION= 0.2
CATEGORIES= astro
MASTER_SITES= LOCAL/glebius
MAINTAINER= glebius@FreeBSD.org
COMMENT= A daemon that connects to the GPSD daemon and logs GPS traces
LIB_DEPENDS= gps.20:${PORTSDIR}/astro/gpsd
USE_RC_SUBR= ${PORTNAME}
PLIST_FILES= sbin/${PORTNAME}
MAN8= ${PORTNAME}.8
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${PREFIX}/man/man8/
.include <bsd.port.mk>