aboutsummaryrefslogtreecommitdiff
path: root/dns/inadyn
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-06-17 06:22:19 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-06-17 06:22:19 +0000
commit2accb24ffc20d1fc955e8d0c1a20e1489fec4095 (patch)
treee8aacfe7ececfc7aa09dcd96d48b83d9d134aed0 /dns/inadyn
parent48a9a1ca741cf1b42dd6cba22395c68856b0e8fa (diff)
downloadports-2accb24ffc20d1fc955e8d0c1a20e1489fec4095.tar.gz
ports-2accb24ffc20d1fc955e8d0c1a20e1489fec4095.zip
- Trim Makefile header
- Improve COMMENT and pkg-descr - Remove obsolete knob NO_INSTALL_MANPAGES - NOPORTDOCS -> PORT_OPTIONS:MDOCS PR: ports/178979 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=321086
Diffstat (limited to 'dns/inadyn')
-rw-r--r--dns/inadyn/Makefile20
-rw-r--r--dns/inadyn/pkg-descr17
2 files changed, 19 insertions, 18 deletions
diff --git a/dns/inadyn/Makefile b/dns/inadyn/Makefile
index f9462fe55051..1fe12396bf45 100644
--- a/dns/inadyn/Makefile
+++ b/dns/inadyn/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: inadyn
-# Date created: 9 September 2005
-# Whom: Alex Samorukov <samm@os2.kiev.ua>
-#
+# Created by: Alex Samorukov <samm@os2.kiev.ua>
# $FreeBSD$
-#
PORTNAME= inadyn
PORTVERSION= 1.96.2
@@ -15,7 +11,7 @@ MASTER_SITE_SUBDIR= dhn
DISTNAME= ${PORTNAME}.v${PORTVERSION}
MAINTAINER= samm@os2.kiev.ua
-COMMENT= INADYN - Simple DYNAMIC DNS client
+COMMENT= Dynamic DNS update client
USE_RC_SUBR= inadyn
USE_ZIP= yes
@@ -23,14 +19,16 @@ USE_DOS2UNIX= yes
USE_GMAKE= yes
MAKEFILE= makefile
-.if !defined(NO_INSTALL_MANPAGES)
-MAN8= inadyn.8
MAN5= inadyn.conf.5
-.endif
+MAN8= inadyn.8
PORTDOCS= readme.html
PLIST_FILES= bin/inadyn
+OPTIONS_DEFINE= DOCS
+
+.include <bsd.port.options.mk>
+
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
@@ -41,14 +39,12 @@ post-patch:
${WRKSRC}/src/dyndns.h
do-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} -p ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/inadyn ${PREFIX}/bin
-.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/man/inadyn.8 ${MANPREFIX}/man/man8
${INSTALL_MAN} ${WRKSRC}/man/inadyn.conf.5 ${MANPREFIX}/man/man5
-.endif
.include <bsd.port.mk>
diff --git a/dns/inadyn/pkg-descr b/dns/inadyn/pkg-descr
index e3dd69b30ac1..f7d951ce45aa 100644
--- a/dns/inadyn/pkg-descr
+++ b/dns/inadyn/pkg-descr
@@ -1,8 +1,13 @@
-INADYN is a dynamic DNS client, it maintains the IP address of a host name by
-periodically checking whether the IP address stored by the DNS server is the
-real current address of the machine that is running INADYN.
+INADYN is a free, multi-platform dynamic DNS update client. It gives the
+possibility to have your own fixed hostname registered on the Internet,
+although your IP might be changing. It checks periodically whether the IP
+address stored by the DNS server is the real current IP address of the machine
+that is running INADYN.
+
+INADYN supports the following dynamic DNS services:
+ - dyndns.org (in all three flavors: dynamic, static, custom)
+ - freedns.afraid.org
+ - no-ip.com
+ - zoneedit.com
-Supported dynamic DNS services are: dyndns.org (in all three flavors: dynamic,
-static, custom), freedns.afraid.org, zoneedit.com, no-ip.com
-
WWW: http://www.inatech.eu/inadyn/