1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/games/eif/Makefile
Johan van Selst e9ac0f7bda - Enable STAGE support
- Correct perl path
- Bump PORTREVISION
2013-12-29 12:35:09 +00:00

26 lines
556 B
Makefile

# Created by: johans
# $FreeBSD$
PORTNAME= eif
PORTVERSION= 1.3.4
PORTREVISION= 1
CATEGORIES= games ipv6
MASTER_SITES= http://www.stack.nl/~marcolz/empire/ \
ftp://ftp.stack.nl/pub/users/johans/eif/
MAINTAINER= johans@FreeBSD.org
COMMENT= Empire text client
GNU_CONFIGURE= yes
USES= shebangfix
SHEBANG_FILES= contrib/*.pl
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e '/curout_isapipe/d' ${WRKSRC}/src/data.h
@${REINPLACE_CMD} -e '/cd .(pkglibdir)/s/cd /&$$(DESTDIR)/' \
${WRKSRC}/contrib/Makefile.in
.include <bsd.port.post.mk>