- 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)
This commit is contained in:
parent
48a9a1ca74
commit
2accb24ffc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321086
2 changed files with 19 additions and 18 deletions
|
@ -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>
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue