freebsd-ports/russian/xcode/Makefile
Gabor Kovesdan 42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00

29 lines
634 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 ${PREFIX}/bin
.include <bsd.port.mk>