mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
34 lines
768 B
Makefile
34 lines
768 B
Makefile
# Created by: Alan Eldridge <alane@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netrik
|
|
PORTVERSION= 1.16.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/${PORTNAME}/stable/${PORTVERSION}%20%28beta%29
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= Text web browser, ambitious, in active development
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/netrik \
|
|
man/man1/netrik.1.gz \
|
|
man/man5/netrikrc.5.gz
|
|
|
|
PORTDOCS= *
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} "s/#include <ncursesw\//#include </" \
|
|
${WRKSRC}/*.c
|
|
.if defined(NOPORTDOCS)
|
|
@${REINPLACE_CMD} "s/install-data-am: install-docDATA/install-data-am:/" \
|
|
${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} "s/install-docDATA install-man/install-man/" \
|
|
${WRKSRC}/doc/Makefile.in
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|