aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-06-03 00:28:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-06-03 00:28:05 +0000
commit1646333f245e46d6af2f411978898472571da351 (patch)
tree8ff0e750d9a3ea81806a7f780f6735a4694bdb8e /news
parent2631471abdb44b7e26c98ea04f836623d6448ed7 (diff)
downloadports-1646333f245e46d6af2f411978898472571da351.tar.gz
ports-1646333f245e46d6af2f411978898472571da351.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/knews/Makefile25
1 files changed, 9 insertions, 16 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 9b7c56cc3f7d..a270f937b114 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -3,31 +3,24 @@
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@knobel.gun.de>
#
+# $Id$
#
DISTNAME= knews-0.9.6
-PKGNAME= knews-0.9.6
-CATEGORIES+= x11
-CATEGORIES+= news
+CATEGORIES+= x11 news
+MASTER_SITES= ftp://ftp.nada.kth.se/home/su95-kjo/knews/ \
+ ftp://sunsite.unc.edu/pub/Linux/X11/xapps/networked/ \
+ ftp://ftp.cc.gatech.edu/ac88/linux/X11/xapps/networked/ \
+ ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/X11/xapps/networked/ \
+ ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/X11/xapps/networked/
-LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
-
-MASTER_SITES+= ftp://ftp.nada.kth.se/home/su95-kjo/knews/
-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= joerg
-# this time ;-)
MAINTAINER= andreas@knobel.gun.de
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
WRKSRC= ${WRKDIR}/knews
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
-IS_INTERACTIVE= no
-
.include <bsd.port.mk>