diff options
author | rene <rene@FreeBSD.org> | 2015-11-09 04:20:51 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-11-09 04:20:51 +0800 |
commit | d3d9e32990d3a851f219eb6233d7ea269fac1252 (patch) | |
tree | 013e31631282310e918da96e1446ed899b6cb1d2 /comms | |
parent | 209f7c5354459954440d5b07f02aab172650841d (diff) | |
download | freebsd-ports-gnome-d3d9e32990d3a851f219eb6233d7ea269fac1252.tar.gz freebsd-ports-gnome-d3d9e32990d3a851f219eb6233d7ea269fac1252.tar.zst freebsd-ports-gnome-d3d9e32990d3a851f219eb6233d7ea269fac1252.zip |
comms/dcf77pi: update to 3.4.0
Add option to create Doxygen HTML
Changelog: https://github.com/rene0/dcf77pi/releases/tag/3.4.0
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 9 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 8bbacd874556..1a4a5f9d8215 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -13,13 +13,20 @@ 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} diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 455a9f01fdc0..bc7323e4bb5e 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (rene0-dcf77pi-3.3.0_GH0.tar.gz) = 35719dcddeca6b4c6b9d68c8e0364dc3193f52154c0c80a07ac9d968cc3980c6 -SIZE (rene0-dcf77pi-3.3.0_GH0.tar.gz) = 51123 +SHA256 (rene0-dcf77pi-3.4.0_GH0.tar.gz) = 54b0049af0fda13a20690aff3ab832d7d9b327eb2f3f7b9e58f23b2fdf3670b9 +SIZE (rene0-dcf77pi-3.4.0_GH0.tar.gz) = 52222 |