diff options
Diffstat (limited to 'dns/ddup')
-rw-r--r-- | dns/ddup/Makefile | 50 | ||||
-rw-r--r-- | dns/ddup/distinfo | 1 | ||||
-rw-r--r-- | dns/ddup/pkg-comment | 1 | ||||
-rw-r--r-- | dns/ddup/pkg-descr | 9 | ||||
-rw-r--r-- | dns/ddup/pkg-message | 10 | ||||
-rw-r--r-- | dns/ddup/pkg-plist | 6 |
6 files changed, 0 insertions, 77 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile deleted file mode 100644 index c7f82db72767..000000000000 --- a/dns/ddup/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: ddup -# Date created: 30 September 1999 -# Whom: cjm2 -# -# $FreeBSD$ -# - -PORTNAME= ddup -PORTVERSION= 2.2 -CATEGORIES= net -MASTER_SITES= ftp://ddup.sourceforge.net/pub/ddup/ -DISTNAME= ddup-2.2Dm - -MAINTAINER= cjm2@altavista.net - -MAN1= ddup.1 -MANCOMPRESSED= yes - -WRKSRC= ${WRKDIR}/ddup-2.2Dm - -# Uncomment this if you want to enable debugging. -#DEBUG= -g - -pre-build: - ${ECHO} "char *file_name = \"${PREFIX}/etc/ddup.conf\";" > ${WRKSRC}/options.h - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c ddup_functions.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c getopt1.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_config.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c parse_option.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -c update.c - cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEBUG} -o ddup ddup.o ddup_functions.o getopt.o getopt1.o parse_config.o parse_option.o update.o ${LIBS} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ddup ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/testip ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/ddup.1.gz ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/doc/ddup - ${INSTALL_MAN} ${WRKSRC}/INSTALL-C ${PREFIX}/share/doc/ddup - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddup - ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/ddup - -post-install: - strip ${PREFIX}/sbin/ddup - ${CAT} ${PKGDIR}/MESSAGE - -.include <bsd.port.mk> diff --git a/dns/ddup/distinfo b/dns/ddup/distinfo deleted file mode 100644 index 0ff801b6d886..000000000000 --- a/dns/ddup/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ddup-2.2Dm.tar.gz) = 8c4a4bcabca77da7e1ceda12f57a2108 diff --git a/dns/ddup/pkg-comment b/dns/ddup/pkg-comment deleted file mode 100644 index 5fff85a62074..000000000000 --- a/dns/ddup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DynDNS.org client for UNIX diff --git a/dns/ddup/pkg-descr b/dns/ddup/pkg-descr deleted file mode 100644 index 55fcf3853fa2..000000000000 --- a/dns/ddup/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -DD-UP in C by Thomas Gandy (tegandy@enid.com) ---------------------------------------------------------- - -DD-UP is a program that is used to update a host -provided by the Free DynDNS service of dyndns.org. - -WWW: http://ddup.sourceforce.net/ - -EMAIL: cjm2@altavista.net diff --git a/dns/ddup/pkg-message b/dns/ddup/pkg-message deleted file mode 100644 index 06b265ecad16..000000000000 --- a/dns/ddup/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -******************************************************** -*** If you are upgrading or are a first time user *** -*** you MUST make your configuration file by typing *** -*** ddup --makeconf *** -******************************************************** -******************************************************** -*** If you are upgrading or are a first time user *** -*** you MUST make your configuration file by typing *** -*** ddup --makeconf *** -******************************************************** diff --git a/dns/ddup/pkg-plist b/dns/ddup/pkg-plist deleted file mode 100644 index ddba371de314..000000000000 --- a/dns/ddup/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -sbin/ddup -sbin/testip -share/doc/ddup/README -share/doc/ddup/INSTALL-C -share/doc/ddup/COPYING -@dirrm share/doc/ddup |