aboutsummaryrefslogtreecommitdiff
path: root/russian/xcode/Makefile
blob: 89d6d32aaef8f1522c880513e291e206276caa68 (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>

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=	ports@FreeBSD.org
COMMENT=	Program for converting Russian encodings with care to letter YO

USES=		zip
PLIST_FILES=	bin/xcode
NO_WRKSUBDIR=	yes
MAKEFILE=	makefile
ALL_TARGET=	xcode

post-patch:
	${REINPLACE_CMD} -e 's,gcc -g,${CC} ${CFLAGS},' ${WRKSRC}/makefile

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

.include <bsd.port.mk>