blob: 8bbacd874556b51c345ca914a2f88f2f666a7a44 (
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
28
29
30
|
# Created by: rene@FreeBSD.org
# $FreeBSD$
PORTNAME= dcf77pi
PORTVERSION= 3.3.0
CATEGORIES= comms
MAINTAINER= rene@FreeBSD.org
COMMENT= DCF77 receiver/logger/analyzer and library for the Raspberry Pi
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= rene0
USES= ncurses
USE_LDCONFIG= yes
PATCH_STRIP= -p1
PORTDOCS= README.md
INSTALL_TARGET= install-strip
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>
|