aboutsummaryrefslogtreecommitdiffstats
path: root/russian/xcode/Makefile
blob: eea1512ce2534a15f24e212ade65091009157400 (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
# Created by: 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

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

.include <bsd.port.mk>