diff options
Diffstat (limited to 'russian/unzip/Makefile')
-rw-r--r-- | russian/unzip/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/russian/unzip/Makefile b/russian/unzip/Makefile new file mode 100644 index 000000000000..939fe23b902c --- /dev/null +++ b/russian/unzip/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: ru-unzip +# Date created: 4 May 2005 +# Whom: den +# +# $FreeBSD$ +# + +CATEGORIES= russian archivers + +MAINTAINER= den@FreeBSD.org +COMMENT= Unzip with CP866 and KOI8-R support + +CONFLICTS= unzip-[0-9]* [a-z][a-z]-unzip-[0-9]* + +EXTRA_PATCHES= ${.CURDIR}/files/patch-ebcdic.h + +MASTERDIR= ${.CURDIR}/../../archivers/unzip + +.include "${MASTERDIR}/Makefile" |