diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-25 10:08:19 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-25 10:08:19 +0000 |
commit | a0c608a8ec8a5029969b2b9b7503f0fcf76a27ee (patch) | |
tree | ac6ee063f1bda7ed623b56e45194908c2c902523 /russian/xcode/Makefile | |
parent | Remove expired leaf ports: (diff) |
- 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)
Diffstat (limited to 'russian/xcode/Makefile')
-rw-r--r-- | russian/xcode/Makefile | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile index fd78fd1ceafa..17a1a0d26c5b 100644 --- a/russian/xcode/Makefile +++ b/russian/xcode/Makefile @@ -6,19 +6,23 @@ # PORTNAME= xcode -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= russian -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/ -DISTNAME= ${PORTNAME} +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= Auto detect encoding and convert to koi8, CP-1251 or cp866 +MAINTAINER= pankov_p@mail.ru +COMMENT= A program for converting russian encodings with care to letter YO PLIST_FILES= bin/xcode -USE_BZIP2= yes +USE_ZIP= yes +NO_WRKSUBDIR= yes +MAKEFILE= makefile +ALL_TARGET= xcode +CFLAGS+= -DD_KOI do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${TARGETDIR}/bin .include <bsd.port.mk> |