head	1.11;
access;
symbols
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	v0_6_110:1.1.1.1
	VNS:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2002.10.27.05.12.24;	author vanilla;	state dead;
branches;
next	1.10;

1.10
date	2002.08.23.19.06.15;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2002.08.21.18.27.52;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2002.08.21.18.22.13;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2002.03.25.09.19.20;	author sobomax;	state Exp;
branches;
next	1.6;

1.6
date	2000.10.02.21.53.11;	author jeh;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.12.06.19.54;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	2000.02.13.01.04.21;	author reg;	state Exp;
branches;
next	1.3;

1.3
date	2000.01.29.22.43.25;	author reg;	state Exp;
branches;
next	1.2;

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

1.1
date	99.04.03.02.05.18;	author steve;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.03.02.05.18;	author steve;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Remove pike after repo-copy pike to pike70,
and add pike70 & pike72 to lang/Makefile.
@
text
@# New ports collection makefile for:	pike
# Date created:		16 Jan 1999
# Whom:			vns@@delta.odessa.ua
#
# $FreeBSD: ports/lang/pike/Makefile,v 1.10 2002/08/23 19:06:15 dinoex Exp $
#

PORTNAME=	pike
PORTVERSION=	7.0.361
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.oav.net/pike/7.0/	\
		ftp://ftp.oav.net/caudium/pkg/FreeBSD/distfiles/ \
		ftp://ftp.caudium.net/caudium/snapshots/pike/7.0/ \
		http://grendel.firewall.com/caudium-pkg/
DISTNAME=	pike-${PORTVERSION}

MAINTAINER=	kiwi@@oav.net

BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison/

WRKSRC=		${WRKDIR}/${DISTNAME}/src/

IS_INTERACTIVE=	yes
GNU_CONFIGURE=  yes

.include <bsd.port.pre.mk>

.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.else
CONFIGURE_ARGS?= \
	--without-ttflib \
	--without-gdbm \
	--without-mysql \
	--without-postgresql \
	--without-msql \
	--without-jpeg
.endif
CONFIGURE_ARGS+= --without-debug --with-poll --with-oob --with-max-fds=10000 --without-GTK
PLIST_SUB+=	PORTVERSION=${PORTVERSION}

pre-fetch:
.if !defined(BATCH)
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.pike
.endif

pre-configure:
	@@${ECHO} ${CONFIGURE_ARGS}

pre-clean:
	@@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc

post-install:
	${INSTALL_PROGRAM} ${WRKSRC}pike ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}hilfe ${PREFIX}/bin

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


1.10
log
@use port math/libgmp4 in CURRENT
Fix SSL problem.
PR:		40450
Submitted by:	tacho@@factline.com,kiwi@@oav.net
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Use PORTVERSION in pkg-plist
@
text
@d25 3
d57 1
a57 1
.include <bsd.port.mk>
@


1.8
log
@Update to 3.0.361
new MAINTAINER, no respose from previous MAINTAINER for more than 3 months.
Submitted by:	kiwi@@oav.net
@
text
@d37 1
@


1.7
log
@Add USE_SUBMAKE, where it might be necessary.
@
text
@d9 1
a9 1
PORTVERSION=	7.0.78
d11 5
a15 2
MASTER_SITES=	ftp://ftp.roxen.com/pub/pike/all/${PORTVERSION}/
DISTNAME=	Pike-v${PORTVERSION}
d17 3
a19 1
MAINTAINER=	vns@@delta.odessa.ua
a22 1
USE_SUBMAKE=	yes
d36 1
a36 1
CONFIGURE_ARGS+= --with-poll
a51 2
	${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/include/pike/*.h
	${CHMOD} ${SHAREMODE} ${PREFIX}/include/pike/*.h
@


1.6
log
@MAINTAINER submitted update.

PR: 21382
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/pike/Makefile,v 1.5 2000/04/12 06:19:54 obrien Exp $
d18 1
@


1.5
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/pike/Makefile,v 1.4 2000/02/13 01:04:21 reg Exp $
d9 1
a9 1
PORTVERSION=	0.6
d11 2
a12 2
MASTER_SITES=	http://pike.idonex.se/download/
DISTNAME=	Pike-v0.6.110
d20 3
d30 2
d44 6
a49 3
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
.endif
@


1.4
log
@Make this port actually allow you to pick depends.

Approved by:	maintainer
@
text
@a1 1
# Version required:	0.6
d5 1
a5 1
# $FreeBSD: ports/lang/pike/Makefile,v 1.3 2000/01/29 22:43:25 reg Exp $
d8 2
a9 2
DISTNAME=	Pike-v0.6.110
PKGNAME=	pike-0.6
d12 1
@


1.3
log
@Get this to clean up it's Makefile.inc.
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/pike/Makefile,v 1.2 1999/08/25 06:35:14 obrien Exp $
a15 5
pre-fetch:
.if !defined(BATCH)
	@@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.pike
.endif

d28 5
d39 3
@


1.2
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d35 3
@


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


1.1.1.1
log
@Import of pike version 0.6.110.
A dynamic programming language with a syntax similar to C++.

PR:		9783
Submitted by:	Vladimir N.Silyaev <vns@@delta.odessa.ua>
@
text
@@
