1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/russian/xcode/Makefile
2021-04-06 16:31:07 +02:00

26 lines
616 B
Makefile

# 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>