freebsd-ports/russian/xcode/Makefile

26 lines
569 B
Makefile
Raw Normal View History

# Created by: Michael Vasilenko <acid@stu.cn.ua>
# $FreeBSD$
2000-04-13 21:19:05 +02:00
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
2014-03-10 17:50:46 +01:00
USES= zip
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xcode
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>