summaryrefslogtreecommitdiff
path: root/lang/pnet/Makefile
blob: b5b082b76c11f604b1f9b2f129df40c9bcfc1437 (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
# Ports collection makefile for:  pnet
# Date created:			  Fri Jul 13 01:08:14 EDT 2001
# Whom:				  Michael Johnson <ahze@rgv.net>
#
# $FreeBSD$
#

PORTNAME=	pnet
PORTVERSION=	0.4.0
CATEGORIES=	lang
MASTER_SITES=	http://www.southern-storm.com.au/download/

MAINTAINER=	ahze@rgv.net

BUILD_DEPENDS=	treecc-0.1.2:${PORTSDIR}/lang/treecc

GNU_CONFIGURE=	yes
USE_REINPLACE=	yes
USE_BISON=	yes
USE_GMAKE=	yes
CONFIGURE_ARGS=	--program-prefix=""

MAN1=		cscc.1 csdoc.1 csdoc2hier.1 csdoc2html.1 csdoc2texi.1 \
		clrwrap.1 ilasm.1 ildasm.1 ildiff.1 ilfind.1 ilnative.1 \
		ilrun.1 ilsize.1 resgen.1

pre-patch:
	@${REINPLACE_CMD} -e 's|csdoc csant samples doc tests|csdoc csant doc|g' \
		${WRKSRC}/Makefile.*

.include <bsd.port.mk>