mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4c6d75febf
- Chase astro/gpsd shlib version bump Submitted by: glebius (maintainer)
27 lines
580 B
Makefile
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>
|