summaryrefslogtreecommitdiff
path: root/lang/pexts/Makefile
blob: 2de2e3a711d65103caa294f7d081f57403d79b62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	pike
# Date created:		21 Jan 2002
# Whom:			kiwi@oav.net
#
# $FreeBSD$
#

PORTNAME=	pexts
PORTVERSION=	20020121
CATEGORIES=	lang
MASTER_SITES=	ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
		http://ftp.oav.net/pkg_freebsd/distfiles/ \
		http://grendel.firewall.com/caudium-pkg/
DISTNAME=	pexts-snapshot-${PORTVERSION}

MAINTAINER=	kiwi@oav.net
COMMENT=	Third party Pike 7.2 extensions

BUILD_DEPENDS=	pike:${PORTSDIR}/lang/pike72/
LIB_DEPENDS=	mhash.2:${PORTSDIR}/security/mhash/ \
		mcrypt.8:${PORTSDIR}/security/libmcrypt/

WRKSRC=		${WRKDIR}/pexts

GNU_CONFIGURE=  yes

CONFIGURE_ARGS+= --without-debug

USE_GMAKE=	yes

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

.include <bsd.port.mk>