freebsd-ports/russian/xcode/Makefile
Boris Samorodov a0c608a8ec - update from version 1.0 to 4.1;
- change MASTERSITES, introduce two of them;
- change DISTNAME;
- remove files/patch-aa;
- transfer maintainership to the submitter.

PR:		101724
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
Approved by:	netchild (mentor, implicit)
2006-08-25 10:08:19 +00:00

28 lines
637 B
Makefile

# 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 ${TARGETDIR}/bin
.include <bsd.port.mk>