From d1c82728a46b945818d225f6ae7b8fe87c4ca9e2 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 26 Sep 2006 19:00:20 +0000 Subject: add linux support --- news/nntpclnt/Makefile | 6 +-- news/nntpclnt/files/config.Linux.sh | 81 +++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+), 3 deletions(-) create mode 100644 news/nntpclnt/files/config.Linux.sh (limited to 'news') diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 626e58a96d0..e97f3bec3c9 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2006/04/30 18:23:30 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/09/26 19:00:20 christos Exp $ DISTNAME= nntpclnt-1.6.1 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/ @@ -24,7 +24,7 @@ PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR:Q} .include "../../mk/bsd.prefs.mk" CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh -ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-* INSTALLATION_DIRS= bin include lib man/man3 diff --git a/news/nntpclnt/files/config.Linux.sh b/news/nntpclnt/files/config.Linux.sh new file mode 100644 index 00000000000..c2aef5d3b49 --- /dev/null +++ b/news/nntpclnt/files/config.Linux.sh @@ -0,0 +1,81 @@ +#!/bin/sh +# +# $NetBSD: config.Linux.sh,v 1.1 2006/09/26 19:00:20 christos Exp $ +# +# config.sh +# This file was produced by running the Configure script +# (and manually bashed on by tv@netbsd.org) + +n='-n' +c='' +libc='/usr/lib/libc.a' +eunicefix=':' +eunice='undef' +cpp='/usr/bin/cpp' +shsharp='true' +startsh='#!/bin/sh' +spitshell='cat' +test='test' +expr='expr' +sed='sed' +echo='echo' +cat='cat' +rm='rm' +cp='cp' +tr='tr' +mkdir='mkdir' +inews='inews' +grep='grep' +chmod='chmod' +awk='awk' +egrep='/usr/bin/egrep' +nidump='/bin/cat' +ypmatch='/bin/cat' +jobslib='' +contains='grep' +lib='@PREFIX@/etc' +libexp='@PREFIX@/etc' +nametype='linux' +cc='cc' +iandd='' +include='' +socketlib='' +posix='' +nonetdb='undef' +internet='' +filexp='' +dotdir='define' +strncasecmp='define' +strcasecmp='define' +seteuid='define' +sitename='' +hostfile='@PKGSYSCONFDIR@/domainname' +domain='' +isadmin='undef' +newsadmin='root' +novoid='undef' +mansrc='@PREFIX@/man/man1' +manext='1' +rootid='0' +strchr='define' +memcpy='define' +sunos4='undef' +solaris='undef' +portable='define' +passnam='define' +berknam='define' +usgnam='undef' +whoami='undef' +getpwent='define' +gethostname='undef' +douname='undef' +phostname='undef' +hostcmd='' +serverfile='@PKGSYSCONFDIR@/server' +auth='define' +authsimple='define' +authold='define' +passfile='@PKGSYSCONFDIR@/server.auth' +decnet='undef' +datakit='undef' +CONFIG=true -- cgit v1.2.3