head	1.2;
access;
symbols
	caudium_1_1_5:1.1
	caudium_1_1_4:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.01.22.00.32.33;	author kiwi;	state dead;
branches;
next	1.1;

1.1
date	2001.09.05.19.14.57;	author kiwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@New ports....
@
text
@# New ports collection makefile for:	pike
# Date created:		05 Sep 2001
# Whom:			kiwi@@oav.net
#
# $FreeBSD$
#

PORTNAME=	pike
PORTVERSION=	7.0.355
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/
DISTNAME=	pike-${PORTVERSION}

MAINTAINER=	kiwi@@oav.net

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

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

IS_INTERACTIVE=	yes
GNU_CONFIGURE=  yes
.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

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.mk>
@


1.1
log
@FreeBSD 4.x Pike 7.0 port added.
@
text
@@

