aboutsummaryrefslogtreecommitdiffstats
path: root/dns/odsclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/odsclient/Makefile')
-rw-r--r--dns/odsclient/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/dns/odsclient/Makefile b/dns/odsclient/Makefile
deleted file mode 100644
index 41c388f3a467..000000000000
--- a/dns/odsclient/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: geniusj@ods.org
-# $FreeBSD$
-
-PORTNAME= odsclient
-PORTVERSION= 1.03
-CATEGORIES= dns
-MASTER_SITES= http://www.ods.org/dl/
-
-MAINTAINER= jd@ods.org
-COMMENT= ODS Dynamic DNS Client
-
-ALL_TARGET= odsclient
-
-DEPRECATED= ODS shuts service down, so client is probably useless
-EXPIRATION_DATE= 2016-04-30
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/odsclient ${STAGEDIR}${PREFIX}/bin
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README
-
-.include <bsd.port.mk>