aboutsummaryrefslogtreecommitdiffstats
path: root/german/phone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'german/phone/Makefile')
-rw-r--r--german/phone/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/german/phone/Makefile b/german/phone/Makefile
deleted file mode 100644
index ac2cfd034e01..000000000000
--- a/german/phone/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: wosch
-# $FreeBSD$
-
-PORTNAME= phone
-PORTVERSION= 1.0
-CATEGORIES= german
-MASTER_SITES= http://wolfram.schneider.org/src/
-DISTNAME= avon-1996
-EXTRACT_SUFX= .gz
-
-MAINTAINER= wosch@FreeBSD.org
-COMMENT= German phone code / Deutsche Telefonvorwahl (AVON)
-
-DEPRECATED= Out of date
-EXPIRATION_DATE= 2017-09-01
-
-PLIST_FILES= share/misc/de.phone
-NO_WRKSUBDIR= YES
-EXTRACT_CMD= ${GZCAT}
-EXTRACT_BEFORE_ARGS= # None
-EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone
-NO_BUILD= YES
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/de.phone ${STAGEDIR}${PREFIX}/share/misc
-
-.include <bsd.port.mk>