aboutsummaryrefslogtreecommitdiffstats
path: root/russian/xcode/Makefile
blob: 27ac950fbc5109414da23218ead1058dd5f2f9c1 (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
24
25
26
27
28
# New ports collection makefile for:    xcode
# Date created:     13 January 2000
# Whom:         Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#

PORTNAME=   xcode
PORTVERSION=    4.1
CATEGORIES= russian converters
MASTER_SITES=   http://www.rusf.ru/books/yo/src/ \
        http://pankovpv.sovietservers.com/stuff/freebsd-distfiles/
DISTNAME=   xcodesrc

MAINTAINER= pankov_p@mail.ru
COMMENT=    A program for converting russian encodings with care to letter YO

PLIST_FILES=    bin/xcode
USE_ZIP=    yes
NO_WRKSUBDIR=   yes
MAKEFILE=   makefile
ALL_TARGET= xcode
CFLAGS+=    -DD_KOI

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin

.include <bsd.port.mk>