head	1.15;
access;
symbols
	RELEASE_4_7_0:1.14
	RELEASE_4_6_2:1.14
	RELEASE_4_6_1:1.14
	RELEASE_4_6_0:1.14
	RELEASE_5_0_DP1:1.14
	RELEASE_4_5_0:1.14
	RELEASE_4_4_0:1.14
	RELEASE_4_3_0:1.14
	RELEASE_4_2_0:1.12
	RELEASE_4_1_1:1.12
	RELEASE_4_1_0:1.12
	RELEASE_3_5_0:1.10
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.1.1.1
	v3_1_r:1.1.1.1
	SADA:1.1.1;
locks; strict;
comment	@# @;


1.15
date	2002.11.24.07.55.00;	author sada;	state dead;
branches;
next	1.14;

1.14
date	2001.02.05.15.33.27;	author olgeni;	state Exp;
branches;
next	1.13;

1.13
date	2000.11.26.14.46.31;	author sada;	state Exp;
branches;
next	1.12;

1.12
date	2000.07.13.15.30.40;	author sada;	state Exp;
branches;
next	1.11;

1.11
date	2000.06.29.07.02.54;	author obrien;	state Exp;
branches;
next	1.10;

1.10
date	2000.06.18.09.26.50;	author asami;	state Exp;
branches;
next	1.9;

1.9
date	2000.06.16.21.52.06;	author asami;	state Exp;
branches;
next	1.8;

1.8
date	2000.06.16.08.48.00;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.10.00.05.37;	author cpiazza;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.08.09.29.21;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.09.11.09.39.46;	author asami;	state Exp;
branches;
next	1.4;

1.4
date	99.09.10.23.07.15;	author sada;	state Exp;
branches;
next	1.3;

1.3
date	99.08.29.18.23.35;	author sada;	state Exp;
branches;
next	1.2;

1.2
date	99.08.25.05.25.15;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	99.04.04.18.09.57;	author sada;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.04.18.09.57;	author sada;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Remove: needless since there is no native netscape ports on the tree.
@
text
@# New ports collection makefile for:	libxpg4-ns
# Date created:		27 February 1999
# Whom:			sada
#
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.14 2001/02/05 15:33:27 olgeni Exp $
#

PORTNAME=	libxpg4
PORTVERSION=	3.3
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	sada
PKGNAMESUFFIX=	-ns
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER=	sada@@FreeBSD.ORG

PORTOBJFORMAT=	aout
NO_BUILD=	yes

LIBDIR=		${PREFIX}/lib/aout

pre-install:
	${MKDIR} ${LIBDIR}
do-install:
.for file in libxpg4-ns.a libxpg4-ns.so.2.0 libxpg4-ns_p.a
	${INSTALL_DATA} ${WRKSRC}/${file} ${LIBDIR}
.endfor
post-install:
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${LIBDIR}

.include <bsd.port.mk>
@


1.14
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.13 2000/11/26 14:46:31 sada Exp $
@


1.13
log
@Unbroke - I abandon to build an aout lib.
Now this port installs binary files which were pulled up
from packages-4.1.1.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.12 2000/07/13 15:30:40 sada Exp $
d9 1
a9 1
PORTVERSION= 	3.3
@


1.12
log
@* Wipe out extra directory lib/aout .
* One portlint.

Submitted by:	bento
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.11 2000/06/29 07:02:54 obrien Exp $
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PORTS_JP} \
		${MASTER_SITE_LOCAL}
d14 1
a17 1
MAKE_ENV+=	OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0
d19 1
a21 7
SRCDIR=		/usr/src

pre-build:
.if !exists(/usr/lib/aout/c++rt0.o)
	@@${CAT} ${FILESDIR}/message.nolib
	@@${FALSE}
.endif
d25 4
a28 1

a30 13

extract-from-freebsd: # only for port maintainer.
.if exists(/usr/src/lib)
	@@${RM} -rf ${WRKSRC}
	@@${MKDIR} ${WRKSRC}
	@@tar cfC - ${SRCDIR}/lib/libc locale | tar xfC - ${WRKSRC}
	@@${CP} ${SRCDIR}/lib/libxpg4/Makefile ${WRKSRC}/
.else
	@@${ECHO} You should INSTALL \"src/lib\" distribution"
.endif

private-distribution: # only for port maintainer.
	@@(cd ${WRKDIR}; find ${DISTNAME} -type f | ${GREP} -v 'CVS' | ${SED} -e 's;^./;;' | tar czfCT ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} . -)
@


1.11
log
@Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.10 2000/06/18 09:26:50 asami Exp $
d8 1
a8 1
PORTNAME=	libxpg4-ns
d14 1
a14 1
DISTNAME=	libxpg4-3.3
@


1.10
log
@Back out LDCONFIG_DIRS change -- they don't work with a.out libs.

Reported by:	bento
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.9 2000/06/16 21:52:06 asami Exp $
d12 2
a13 1
		http://people.FreeBSD.org/~sada/distfiles/
@


1.9
log
@Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.8 2000/06/16 08:48:00 sobomax Exp $
a16 2
INSTALLS_SHLIB=	yes

d31 3
@


1.8
log
@Fourth round of INSTALLS_SHLIBS conversion.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.7 2000/04/10 00:05:37 cpiazza Exp $
d17 1
a17 1
INSTALLS_SHLIBS=	yes
@


1.7
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.6 2000/02/08 09:29:21 peter Exp $
d17 2
a32 3

post-install:
	${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${LIBDIR}
@


1.6
log
@Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
@
text
@a1 1
# Version required:	3.3
d5 1
a5 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.5 1999/09/11 09:39:46 asami Exp $
d8 2
a9 2
DISTNAME=	libxpg4-3.3
PKGNAME=	libxpg4-ns-3.3
d13 1
@


1.5
log
@Fix check.

Submitted by:	maintainer
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.4 1999/09/10 23:07:15 sada Exp $
d13 1
a13 1
		http://WWW.FreeBSD.ORG/~sada/distfiles/
@


1.4
log
@Warn if build environment doesn't have aout csu libs.
@
text
@d6 1
a6 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.3 1999/08/29 18:23:35 sada Exp $
d17 1
a17 2
MAKE_ENV+=	OBJFORMAT=aout SHLIB_MAJOR=2 SHLIB_MINOR=0 \
		LDDESTDIRENV=LIBRARY_PATH=${PREFIX}/lib/aout
d24 1
a24 1
.if !exists(/usr/lib/aout/crt0.o)
@


1.3
log
@Change category of libxpg4-ns from japanese to www.
This is useful not only for Japanese.
@
text
@d2 1
a2 1
# Version required:	3.1-R
d6 1
a6 1
# $FreeBSD: ports/www/libxpg4-ns/Makefile,v 1.2 1999/08/25 05:25:15 obrien Exp $
d9 2
a10 2
DISTNAME=	libxpg4-3.1r
PKGNAME=	libxpg4-ns-3.1r
d24 6
d38 4
a41 4
	${RM} -rf ${WRKSRC}
	${MKDIR} ${WRKSRC}
	tar cfC - ${SRCDIR}/lib/libc locale | tar xfC - ${WRKSRC}
	${CP} ${SRCDIR}/lib/libxpg4/Makefile ${WRKSRC}/
d43 1
a43 1
	${ECHO} You should INSTALL \"src/lib\" distribution"
d47 1
a47 1
	tar czfC ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR} ${DISTNAME}
@


1.2
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
CATEGORIES=	japanese
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
@


1.1.1.1
log
@libxpg4 (aout) for Netscape Browser. This is against browser's locale bug.
Patches are created by <nagahama@@yasuda.comm.waseda.ac.jp>.
Refer to <URL:http://www.yasuda.comm.waseda.ac.jp/~nagahama/freebsd.html>.
@
text
@@
