From e1f292468c4589a640da85f72b9499d3532498e4 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 19 Nov 1995 16:55:05 +0000 Subject: Karl-Johan Johnsson's X11 NNTP newsreader. Submitted by: andreas@knobel.gun.de (Andreas Klemm) --- news/knews/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 news/knews/Makefile (limited to 'news/knews/Makefile') diff --git a/news/knews/Makefile b/news/knews/Makefile new file mode 100644 index 000000000000..79c4867071d7 --- /dev/null +++ b/news/knews/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: knews +# Version required: 0.9.3 +# Date created: Sat Nov 18 15:23:47 MET 1995 +# Whom: Andreas Klemm +# +# + +DISTNAME= knews-0.9.3 +PKGNAME= knews-0.9.3 +CATEGORIES+= x11 +CATEGORIES+= news +MASTER_SITES+= ftp://sunsite.unc.edu/pub/Linux/X11/xapps/networked/ +MASTER_SITES+= ftp://ftp.cc.gatech.edu/ac88/linux/X11/xapps/networked/ +MASTER_SITES+= ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/X11/xapps/networked/ +MASTER_SITES+= ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/X11/xapps/networked/ + +# perhaps Andreas is going to maintain it personally some day... :) +#MAINTAINER= andreas@knobel.gun.de +MAINTAINER= joerg + +USE_IMAKE= yes +MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \ + XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f + +IS_INTERACTIVE= no + +.include -- cgit