cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
26 lines
638 B
Makefile
26 lines
638 B
Makefile
# Created by: johans
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eif
|
|
PORTVERSION= 1.3.4
|
|
PORTREVISION= 3
|
|
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= ncurses readline 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
|
|
@${REINPLACE_CMD} -e 's@lcurses@lncurses@g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.post.mk>
|