head	1.23;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.21
	RELEASE_8_0_0:1.20
	RELEASE_7_2_0:1.18
	RELEASE_7_1_0:1.18
	RELEASE_6_4_0:1.18
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.8;
locks; strict;
comment	@# @;


1.23
date	2012.11.17.05.58.55;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2010.12.04.07.32.24;	author ade;	state Exp;
branches;
next	1.21;

1.21
date	2009.11.27.22.52.22;	author sylvio;	state Exp;
branches;
next	1.20;

1.20
date	2009.08.02.19.34.30;	author mezz;	state Exp;
branches;
next	1.19;

1.19
date	2009.06.30.03.00.11;	author araujo;	state Exp;
branches;
next	1.18;

1.18
date	2007.05.19.20.13.52;	author flz;	state Exp;
branches;
next	1.17;

1.17
date	2007.02.01.02.41.44;	author kris;	state Exp;
branches;
next	1.16;

1.16
date	2006.02.23.10.37.43;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2006.02.20.20.23.46;	author garga;	state Exp;
branches;
next	1.14;

1.14
date	2005.11.15.06.49.57;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2005.06.02.20.28.35;	author oliver;	state Exp;
branches;
next	1.12;

1.12
date	2004.12.16.02.14.31;	author ahze;	state Exp;
branches;
next	1.11;

1.11
date	2004.12.16.01.54.51;	author ahze;	state Exp;
branches;
next	1.10;

1.10
date	2004.10.12.12.31.34;	author krion;	state Exp;
branches;
next	1.9;

1.9
date	2004.06.09.21.37.56;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2004.04.20.05.59.31;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.19.19.50.34;	author krion;	state Exp;
branches;
next	1.6;

1.6
date	2004.03.16.09.43.10;	author krion;	state Exp;
branches;
next	1.5;

1.5
date	2004.03.14.06.16.51;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.11.12.33.34;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.10.23.55.50;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.07.20.20.01;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.06.17.08.04;	author pav;	state Exp;
branches;
next	;


desc
@@


1.23
log
@Switch exporter over
@
text
@# Ports collection makefile for:  treecc
# Date created:			  Wed Jul 11 00:45:15 EDT 2001
# Whom:				  Michael Johnson <ahze@@ahze.net>
#
# $FreeBSD: head/lang/pnetlib/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	pnetlib
PORTVERSION=	${PNET_VERSION}
PORTREVISION=	${PNET_REVISION}
CATEGORIES=	lang
MASTER_SITES=	${PNET_MASTER_SITES}
MASTER_SITE_SUBDIR=	${PNET_MASTER_SITE_SUBDIR}

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	C\# system library for pnet

BUILD_DEPENDS=	cscc:${PORTSDIR}/lang/pnet-base \
		treecc:${PORTSDIR}/lang/treecc

.if !defined(WITHOUT_X11)
USE_XLIB=	yes
.endif

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
USE_LDCONFIG=	yes

PORTDOCS=	ChangeLog-1 ChangeLog-2 ChangeLog-3 ChangeLog-4 \
	JScript-embed.txt JScript-internals.txt csunit_howto.html \
	pcf-font-format.txt translating-pnetlib.txt

.include "${.CURDIR}/../pnet/Makefile.pnet"
.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha"
IGNORE=		coredump during build on alpha
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
		${WRKSRC}/configure

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.post.mk>
@


1.22
log
@Sync to new bsd.autotools.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.21
log
@- Update my mail address to FreeBSD

Approved by:	miwi (mentor)
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	libtool:22
@


1.20
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d15 1
a15 1
MAINTAINER=	scjamorim@@bsd.com.br
@


1.19
log
@- Update to 0.8.0.
- Pass maintainer to submitter.

PR:		ports/135415, ports/135633, ports/135853, ports/135854
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
@
text
@d26 1
a26 1
USE_AUTOTOOLS=	libtool:15
@


1.18
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@a9 1
PORTREVISION=	1
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
d28 1
@


1.17
log
@Use libtool port instead of included version to avoid objformat a.out botch
@
text
@d10 1
@


1.16
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d26 1
@


1.15
log
@- Update pnet related ports:
  * lang/pnet 0.7.0 -> 0.7.4
  * lang/pnet-base 0.7.0 -> 0.7.4
  * lang/pnetlib 0.7.0 -> 0.7.4
  * lang/pnetc 0.7.0 -> 0.7.4
  * lang/ml-pnet 0.7.0 -> 0.7.4
  * lang/treecc 0.3.6 -> 0.3.8
  * lang/libjit 0.0.4 -> 0.0.6
- Make portlint(1) happy
- Unbreak ml-pnet on 4.x

PR:		ports/93602
Submitted by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
Reworked by:	garga
Thanks to:	mnag, tdb
@
text
@d25 1
a25 1
USE_AUTOTOOLS=	libtool:15
@


1.14
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@a25 1
USE_REINPLACE=	yes
d36 1
a36 1
IGNORE=		Coredump during build on alpha
@


1.13
log
@change the libtool version to use from 1.3 to 1.5
@
text
@d25 1
a25 1
USE_LIBTOOL_VER=15
@


1.12
log
@pnetlib isn't quite ready for libtool15, backout to libtool13
@
text
@d25 2
a26 1
USE_LIBTOOL_VER=13
d40 4
@


1.11
log
@Move from libtool13 to libtool15
@
text
@d25 1
a25 1
USE_LIBTOOL_VER=15
@


1.10
log
@Drop maintainership to ports@@FreeBSD.org

PR:		ports/72437
Submitted by:	Michael Johnson <ahze@@ahze.net>
@
text
@d25 1
a25 1
USE_LIBTOOL_VER=13
@


1.9
log
@- Update to 0.6.6

PR:		ports/67722
Submitted by:	michael johnson <ahze@@ahze.net> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	ahze@@ahze.net
@


1.8
log
@- Fix IGNORE message
- Remove quotes

Noticed by:	kris
@
text
@a26 1
STRIP=		# Nothing to be stripped.
@


1.7
log
@- Mark IGNORE on alpha

PR:		ports/65771
Submitted by:	maintainer
@
text
@d37 1
a37 1
IGNORE=		"cscc core dumps durring build"
@


1.6
log
@- Add GNU_MASTER_SITE

PR:		ports/64315
Submitted by:	maintainer
@
text
@d36 4
@


1.5
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d13 1
@


1.4
log
@- Remove bogus stripping

Submitted by:	eik
Approved by:	Michael Johnson <ahze@@ahze.net> (maintainer)
@
text
@d24 1
a24 1
USE_LIBTOOL=	yes
@


1.3
log
@- Add documentation
- Add depedency on X11 libraries
- Bump portrevision

PR:		ports/64027
Submitted by:	michael johnson <ahze@@ahze.net> (maintainer)
@
text
@a35 2
	${STRIP_CMD} ${PREFIX}/lib/cscc/lib/libXsharpSupport.so.0
	${STRIP_CMD} ${PREFIX}/lib/cscc/lib/libXsharpSupport.a
@


1.2
log
@- Update Portable.NET suite to 0.6.2

PR:		ports/63857
Submitted by:	michael johnson <ahze@@ahze.net> (maintainer)
@
text
@d10 1
d20 4
d28 5
d34 1
d38 6
a44 1
.include "${.CURDIR}/../pnet/Makefile.pnet"
@


1.1
log
@Revive lang/pnet, a "DotGNU" Portable.NET C# compiler suite. It came back
as a bunch of ports and a meta-port.

ml-pnet: Some of the Mono upper-level libraries in a form that can be easily
  compiled and used with pnet's CLI implementation.

pnet: A meta-port for all these ports.

pnet-base: A runtime engine, C# compiler and a host of useful development
  tools, all written in C.

pnetc: pnetC project, an ANSI C library that can be compiled down to IL
  using Portable.NET's cscc compiler.

pnetlib: C# class libraries.

PR:		ports/60408, ports/60409, ports/60413, ports/60453
Submitted by:	michael johnson <ahze@@ahze.net>
@
text
@d9 1
a9 1
PORTVERSION=	${PNET_VERSION}.1
@

