mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
a0c608a8ec
- 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)
29 lines
637 B
Makefile
29 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>
|