diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/netrik/Makefile | 35 | ||||
-rw-r--r-- | www/netrik/distinfo | 1 | ||||
-rw-r--r-- | www/netrik/manpages.mk | 2 | ||||
-rw-r--r-- | www/netrik/pkg-comment | 1 | ||||
-rw-r--r-- | www/netrik/pkg-descr | 6 | ||||
-rw-r--r-- | www/netrik/pkg-plist | 30 |
7 files changed, 76 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b5ff61eb0e9d..0f248ed3fd3d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -225,6 +225,7 @@ SUBDIR += neon SUBDIR += neowebscript SUBDIR += netraider + SUBDIR += netrik SUBDIR += netscape-remote SUBDIR += netscape-wrapper SUBDIR += netscape48-communicator diff --git a/www/netrik/Makefile b/www/netrik/Makefile new file mode 100644 index 000000000000..bdaced447ac1 --- /dev/null +++ b/www/netrik/Makefile @@ -0,0 +1,35 @@ +# 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.2.0 +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=${PORTNAME} + +MAINTAINER= freebsd-ports@FreeBSD.org + +LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -Wl,-rpath,${LOCALBASE}/lib +LIBS= -L${LOCALBASE}/lib -lgnugetopt +CONFIGURE_ENV+= CPPFLAGS="${CPPLAGS}" LIBS="${LIBS}" #LDFLAGS="${LDFLAGS}" + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include "${.CURDIR}/manpages.mk" + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> + +#EOF diff --git a/www/netrik/distinfo b/www/netrik/distinfo new file mode 100644 index 000000000000..bd798990e6dc --- /dev/null +++ b/www/netrik/distinfo @@ -0,0 +1 @@ +MD5 (netrik-1.2.0.tar.gz) = 2fab1684a45934495a873d7389ce237f diff --git a/www/netrik/manpages.mk b/www/netrik/manpages.mk new file mode 100644 index 000000000000..f5cc4a0ad6df --- /dev/null +++ b/www/netrik/manpages.mk @@ -0,0 +1,2 @@ +MAN1+= netrik.1 +MAN5+= netrikrc.5 diff --git a/www/netrik/pkg-comment b/www/netrik/pkg-comment new file mode 100644 index 000000000000..8d80891a4610 --- /dev/null +++ b/www/netrik/pkg-comment @@ -0,0 +1 @@ +A text web browser, very ambitious, in active development diff --git a/www/netrik/pkg-descr b/www/netrik/pkg-descr new file mode 100644 index 000000000000..ada119588e64 --- /dev/null +++ b/www/netrik/pkg-descr @@ -0,0 +1,6 @@ +The ANTRIK internet Viewer -- just the best text-mode WWW browser +around :-) , and maybe a bit more... + +WWW: http://netrik.sourceforge.net/ + +-- AlanE diff --git a/www/netrik/pkg-plist b/www/netrik/pkg-plist new file mode 100644 index 000000000000..9a26e8154bb6 --- /dev/null +++ b/www/netrik/pkg-plist @@ -0,0 +1,30 @@ +bin/netrik +share/doc/netrik/AUTHORS +share/doc/netrik/COPYING +share/doc/netrik/LICENSE +share/doc/netrik/NEWS +share/doc/netrik/README +share/doc/netrik/TODO +share/doc/netrik/config.html +share/doc/netrik/config.txt +share/doc/netrik/hacking-layout.html +share/doc/netrik/hacking-layout.txt +share/doc/netrik/hacking-links.html +share/doc/netrik/hacking-links.txt +share/doc/netrik/hacking-load.html +share/doc/netrik/hacking-load.txt +share/doc/netrik/hacking-page.html +share/doc/netrik/hacking-page.txt +share/doc/netrik/hacking-pager.html +share/doc/netrik/hacking-pager.txt +share/doc/netrik/hacking.html +share/doc/netrik/hacking.txt +share/doc/netrik/index.html +share/doc/netrik/index.txt +share/doc/netrik/keys.html +share/doc/netrik/keys.txt +share/doc/netrik/options.html +share/doc/netrik/options.txt +share/doc/netrik/syntax_error.html +share/doc/netrik/syntax_error.txt +@dirrm share/doc/netrik |