2000-01-29 06:41:53 +01:00
|
|
|
# New ports collection makefile for: xcode
|
|
|
|
# Date created: 13 January 2000
|
|
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xcode
|
2000-04-21 09:52:25 +02:00
|
|
|
PORTVERSION= 1.0
|
2000-01-29 06:41:53 +01:00
|
|
|
CATEGORIES= russian
|
|
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
2000-01-29 06:41:53 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Auto detect encoding and convert to koi8, CP-1251 or cp866
|
2000-01-29 06:41:53 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|