aboutsummaryrefslogtreecommitdiffstats
path: root/russian/xcode/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-01-29 13:41:53 +0800
committersteve <steve@FreeBSD.org>2000-01-29 13:41:53 +0800
commit646282a6d1eb10e501019d2b77b4963a535f3ce6 (patch)
treece773c57e463b95be8b6b9b380e2f6c030e1b65d /russian/xcode/Makefile
parent42bd7efeb13982269aadc2d21f89ba92218a42d9 (diff)
downloadfreebsd-ports-gnome-646282a6d1eb10e501019d2b77b4963a535f3ce6.tar.gz
freebsd-ports-gnome-646282a6d1eb10e501019d2b77b4963a535f3ce6.tar.zst
freebsd-ports-gnome-646282a6d1eb10e501019d2b77b4963a535f3ce6.zip
Adding ru-xcode version 1.0.
Autodetect encoding and convert to koi8, CP-1251, or CP-866. PR: 16095 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
Diffstat (limited to 'russian/xcode/Makefile')
-rw-r--r--russian/xcode/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile
new file mode 100644
index 000000000000..03f777c79650
--- /dev/null
+++ b/russian/xcode/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xcode
+# Version required: 1.0
+# Date created: 13 January 2000
+# Whom: Michael Vasilenko <acid@stu.cn.ua>
+#
+# $FreeBSD$
+#
+
+DISTNAME= xcode
+PKGNAME= xcode-1.0
+CATEGORIES= russian
+MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_BZIP2= yes
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
+
+.include <bsd.port.mk>