aboutsummaryrefslogtreecommitdiff
path: root/converters/uudx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/uudx/Makefile')
-rw-r--r--converters/uudx/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile
deleted file mode 100644
index 5264f26b8428..000000000000
--- a/converters/uudx/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
-# $FreeBSD$
-
-PORTNAME= uudx
-PORTVERSION= 2.99
-CATEGORIES= converters
-MASTER_SITES= http://ftp.vector.co.jp/01/45/528/
-DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Extractor from uuencoded files
-
-LICENSE= NONE
-
-DEPRECATED= unknown license
-EXPIRATION_DATE= 2018-08-15
-
-BUILD_DEPENDS= nkf:japanese/nkf
-
-USES= dos2unix lha
-DOS2UNIX_FILES= uudx.1 uudx.c
-NO_WRKSUBDIR= yes
-MAKEFILE= ${FILESDIR}/Makefile
-PLIST_FILES= bin/uudx \
- man/ja/man1/uudx.1.gz
-
-.include <bsd.port.mk>