freebsd-ports/russian/xcode/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

25 lines
523 B
Makefile

# New ports collection makefile for: xcode
# Date created: 13 January 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
PORTNAME= xcode
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= russian
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Auto detect encoding and convert to koi8, CP-1251 or cp866
PLIST_FILES= bin/xcode
USE_BZIP2= yes
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
.include <bsd.port.mk>