diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:41:53 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:41:53 +0000 |
commit | d5b4e10d7660d6ec9a61881c298741b7c0d8510a (patch) | |
tree | 5b9e992b8e4cc3f64c91af34731bc1ad168b4692 /russian/xcode/Makefile | |
parent | Adding dvipdfm version 0.12.7. (diff) |
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/Makefile | 21 |
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> |