head	1.6;
access;
symbols
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2001.06.22.13.04.49;	author keith;	state dead;
branches;
next	1.5;

1.5
date	2001.05.22.18.19.35;	author sobomax;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.02.17.43.02;	author keith;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.05.14.29.33;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2000.11.06.18.14.23;	author keith;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.02.06.59.33;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Nuke chinese/XFree86-aoutlibs port.  Since x11/XFree86-aoutlibs is now
3.3.6 and supports BIG5 Chinese, this port is no longer needed.
@
text
@# New ports collection makefile for:	XFree86 3.3.6 aout libs
# Date created:		31 Oct 2000
# Whom:			Jing-Tang Keith Jang <keith@@FreeBSD.org>
#
# $FreeBSD: ports/chinese/XFree86-aoutlibs/Makefile,v 1.5 2001/05/22 18:19:35 sobomax Exp $
#

# The file is identical to
# ftp://ftp.xfree86.org/pub/XFree86/3.3.6/binaries/FreeBSD-2.2.x/Xbin.tgz
# Renamed to avoid distfiles conflict with x11/XFree86-aoutlibs.

PORTNAME=	XFree86-aoutlibs
PORTVERSION=	3.3.6
CATEGORIES=	chinese x11
MASTER_SITES=	ftp://freebsd.sinica.edu.tw/pub/keith/
DISTNAME=	Xbin336aout
EXTRACT_SUFX=	.tgz

MAINTAINER=	keith@@FreeBSD.org

RUN_DEPENDS=	${X11BASE}/lib/aout/libX11.so.6.1:${PORTSDIR}/x11/XFree86-aoutlibs

ONLY_FOR_ARCHS=	i386

WRKSRC=		${WRKDIR}/lib
NO_BUILD=	yes
PORTOBJFORMAT=	aout

USE_X_PREFIX=	yes

pre-configure:
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGREQ} ${PKGNAME} INSTALL

pre-install:
	@@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL

do-install:
	@@${MKDIR} ${PREFIX}/lib/aout
	cd ${WRKSRC}; \
	for l in $$(ls lib*); do \
		${SETENV} OBJFORMAT=${PORTOBJFORMAT} \
		${INSTALL_PROGRAM} $$l ${PREFIX}/lib/aout; \
	done
	${TOUCH} ${PREFIX}/lib/aout/zh-XFree86-aoutlibs-3.3.6
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib/aout

.include <bsd.port.mk>
@


1.5
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
@d5 1
a5 1
# $FreeBSD: ports/chinese/XFree86-aoutlibs/Makefile,v 1.4 2001/03/02 17:43:02 keith Exp $
@


1.4
log
@Make it depends on x11/XFree86-aoutlibs, so that zh-netscape-* packages
will be avaiable in 4.3R. :-)
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/XFree86-aoutlibs/Makefile,v 1.3 2001/02/05 14:29:33 olgeni Exp $
d14 1
a14 1
CATEGORIES=	x11
@


1.3
log
@Style/space police (space -> tab) over the chinese category.
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/XFree86-aoutlibs/Makefile,v 1.2 2000/11/06 18:14:23 keith Exp $
d21 2
a29 1
PKGINSTALL=	${WRKDIR}/pkg-install
a32 1
	@@${SED} -e "s;@@PREFIX@@;${PREFIX};g" ${FILESDIR}/INSTALL.in > ${WRKDIR}/pkg-install
d35 1
a35 1
	@@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@


1.2
log
@Change keith@@freebsd.sinica.edu.tw to keith@@FreeBSD.org
@
text
@d5 1
a5 1
# $FreeBSD: ports/chinese/XFree86-aoutlibs/Makefile,v 1.1 2000/11/02 06:59:33 foxfair Exp $
d13 1
a13 1
PORTVERSION= 	3.3.6
@


1.1
log
@PR:		22479
Submitted by:	Jing-Tang Keith Jang <keith@@freebsd.sinica.edu.tw>
Introduce zh-XFree86-aoutlibs port.
From the description of the originator:

x11/XFree86-aoutlibs doesn't support Big5 encoding, so Big5 users
can't input Chinese using XIM in aout applications like Netscape.
This port installs 3.3.6 aout library binaries distributed by XFree86,
which solves the problem.
@
text
@d3 1
a3 1
# Whom:			Jing-Tang Keith Jang <keith@@freebsd.sinica.edu.tw>
d5 1
a5 1
# $FreeBSD: $
d19 1
a19 1
MAINTAINER=	keith@@freebsd.sinica.edu.tw
@

