freebsd-ports/games/eif/Makefile
Johan van Selst ad0a15bd6f Added virtual category: ipv6
PR:		ports/106124
Submitted by:	Janos Mohacsi
2006-12-01 12:45:20 +00:00

27 lines
485 B
Makefile

# 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>