blob: 1a1401d1f2e6e5ad0716021b503c84321d4fd956 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: gpxloggerd
# Date created: 8 December 2010
# Whom: glebius
#
# $FreeBSD$
#
PORTNAME= gpxloggerd
PORTVERSION= 0.1
PORTREVISION= 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.19:${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>
|