blob: 85d68f3dff245452947947646db00406ac6ae1de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xcode
# Date created: 13 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= xcode
PORTVERSION= 1.0
CATEGORIES= russian
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= Auto detect encoding and convert to koi8, CP-1251 or cp866
USE_BZIP2= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
.include <bsd.port.mk>
|