mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
39 lines
741 B
Makefile
39 lines
741 B
Makefile
# ex:ts=8 -*-mode: makefile-*-
|
|
#
|
|
# New ports collection makefile for: netrik
|
|
# Date created: 2002-12-23
|
|
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netrik
|
|
PORTVERSION= 1.16
|
|
CATEGORIES= www
|
|
MASTER_SITES= SFE
|
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
COMMENT= A text web browser, very ambitious, in active development
|
|
|
|
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/netrik
|
|
|
|
MAN1= netrik.1
|
|
MAN5= netrikrc.5
|
|
|
|
PORTDOCS= *
|
|
|
|
.if defined(NOPORTDOCS)
|
|
post-patch:
|
|
@${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>
|