aboutsummaryrefslogtreecommitdiff
path: root/games/eif/Makefile
blob: b6d34df024ca925261075800ee5efa77674dc2f4 (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
# New ports collection makefile for:	eif
# Date created:				4 March 2003
# Whom:					johans
#
# $FreeBSD$
#

PORTNAME=	eif
PORTVERSION=	1.3.4
CATEGORIES=	games ipv6
MASTER_SITES=	http://www.stack.nl/~marcolz/empire/ \
		ftp://ftp.stack.nl/pub/users/johans/eif/

MAINTAINER=	johans@stack.nl
COMMENT=	Empire text client

MAN1=		eif.1

GNU_CONFIGURE=	yes

.include <bsd.port.pre.mk>

post-patch:
	@${REINPLACE_CMD} -e '/curout_isapipe/d' ${WRKSRC}/src/data.h

.include <bsd.port.post.mk>