head	1.9;
access;
symbols
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2007.10.11.19.35.06;	author vd;	state dead;
branches;
next	1.8;

1.8
date	2007.07.19.09.30.45;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2007.01.17.08.34.04;	author rafan;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.05.10.27.25;	author rafan;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.16.07.40.17;	author clive;	state Exp;
branches;
next	1.4;

1.4
date	2002.01.29.09.39.58;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.05.22.18.19.36;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2000.12.06.13.24.41;	author clive;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.01.04.49.27;	author keith;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove expired leaf ports:
2007-07-21 graphics/xpcd: is an abandoned project and might be vulnerable
2007-07-29 comms/ixj: does not work on any supported FreeBSD version
2007-08-19 chinese/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-22 java/collections: only needed for jdk1.1, which is obsolete
@
text
@# ex:ts=8
# Ports collection makefile for:  emacs20 with XIM and a little zh-l10n
# Date created:			  Sat Nov 11, 2000
# Whom:				  Clive Lin <clive@@CirX.ORG>
#
# $FreeBSD: ports/chinese/emacs20/Makefile,v 1.8 2007/07/19 09:30:45 linimon Exp $
#

CATEGORIES=	chinese

MASTERDIR=	${.CURDIR}/../../editors/emacs20

MAINTAINER=	clive@@FreeBSD.org

DEPRECATED=	emacs20 and related ports are obsolete; please use a more recent version
EXPIRATION_DATE=	2007-08-19

WITH_XPG4=	yes

PKGMESSAGE=	${.CURDIR}/pkg-message

PLIST=		${WRKDIR}/pkg-plist

pre-patch:
	@@( cd ${WRKSRC}; \
		${PATCH} -sp1 < ${.CURDIR}/files/emacs20-xim-20000713.diff ; )

post-patch:
	@@${ECHO_CMD} "share/emacs/%%EMACS_VER%%/etc/Emacs" >> ${WRKDIR}/pkg-plist
	@@${ECHO_CMD} "share/emacs/%%EMACS_VER%%/etc/dot.emacs" >> ${WRKDIR}/pkg-plist
	@@${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/pkg-plist

post-install::
	${INSTALL} -c ${.CURDIR}/files/Emacs ${PREFIX}/share/emacs/${PORTVERSION}/etc
	${INSTALL} -c ${.CURDIR}/files/dot.emacs ${PREFIX}/share/emacs/${PORTVERSION}/etc
	@@${CAT} ${PKGMESSAGE}

.include "${MASTERDIR}/Makefile"
@


1.8
log
@Start the deorbit burn of emacs20 and dependent files.  They are antiquated.

Discussed with: various emacs maintainers
Hat:            portmgr
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.7
log
@- chiense/xcin is removed. Use other XIMs.
@
text
@d15 3
@


1.6
log
@- Chase chinese/xcin25 -> chinese/xcin
@
text
@a14 5
.if !defined(WITHOUT_X11)
RUN_DEPENDS+=	${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \
		xcin2.5:${PORTSDIR}/chinese/xcin
.endif

@


1.5
log
@Fix post-install target conflicts.

Submitted by:	NIIMI Satoshi <sa2c at sa2c dot net>
@
text
@d17 1
a17 1
		xcin2.5:${PORTSDIR}/chinese/xcin25
@


1.4
log
@Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
@
text
@d35 1
a35 1
post-install:
@


1.3
log
@Ports policy:

 Ensure that the master category is always matches name of the parent
 (category) directory. This is required for ORIGIN to function properly.
@
text
@d6 1
a6 1
# $FreeBSD: ports/chinese/emacs20/Makefile,v 1.2 2000/12/06 13:24:41 clive Exp $
d31 2
a32 2
	@@${ECHO} "share/emacs/%%EMACS_VER%%/etc/Emacs" >> ${WRKDIR}/pkg-plist
	@@${ECHO} "share/emacs/%%EMACS_VER%%/etc/dot.emacs" >> ${WRKDIR}/pkg-plist
@


1.2
log
@clive@@CirX.ORG -> clive@@FreeBSD.org
@
text
@d6 1
a6 1
# $FreeBSD: ports/chinese/emacs20/Makefile,v 1.1 2000/12/01 04:49:27 keith Exp $
d8 2
@


1.1
log
@Initial version.  A L10N Emacs that can act as an XIM client.

PR:		ports/23198
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
MAINTAINER=	clive@@CirX.ORG
@

