aboutsummaryrefslogtreecommitdiff
path: root/misc/telbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/telbook/Makefile')
-rw-r--r--misc/telbook/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/misc/telbook/Makefile b/misc/telbook/Makefile
deleted file mode 100644
index 02f5b8cb7df9..000000000000
--- a/misc/telbook/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Kirill Ponomarew <ponomarew@oberon.net>
-# $FreeBSD$
-
-PORTNAME= telbook
-PORTVERSION= 0.4
-PORTREVISION= 6
-CATEGORIES= misc
-MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple telephone book
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2
-
-USES= shebangfix tar:bzip2
-SHEBANG_FILES= telbook
-NO_BUILD= yes
-NO_ARCH= yes
-
-PORTDOCS= README
-PLIST_FILES= bin/telbook
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/telbook ${STAGEDIR}${PREFIX}/bin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>