freebsd-ports/comms/dcf77pi/Makefile
Rene Ladan 327625af94 comms/dcf77pi: update to version 3.4.2
This update fixes a bug in the century calculation which could result in
wrongly calculated dates.
MFH:		2016Q1
2016-01-10 17:11:30 +00:00

37 lines
696 B
Makefile

# Created by: rene@FreeBSD.org
# $FreeBSD$
PORTNAME= dcf77pi
PORTVERSION= 3.4.2
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
OPTIONS_DEFINE= DOXYGEN
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOXYGEN_ALL_TARGET= all doxygen
USES= ncurses
USE_LDCONFIG= yes
PATCH_STRIP= -p1
PORTDOCS= README.md
DOXYGEN_PORTDOCS= html/*
INSTALL_TARGET= install-strip
DOXYGEN_INSTALL_TARGET= install-doxygen
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>