mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
40c9c7f7eb
- Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine
27 lines
638 B
Makefile
27 lines
638 B
Makefile
# Created by: johans
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eif
|
|
PORTVERSION= 1.3.4
|
|
PORTREVISION= 4
|
|
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>
|