diff options
-rw-r--r-- | news/nntpclnt/Makefile | 4 | ||||
-rw-r--r-- | news/nntpclnt/files/config.DragonFly.sh | 81 |
2 files changed, 83 insertions, 2 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 570ce9e4f64..626e58a96d0 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/04/22 09:22:13 rillig Exp $ +# $NetBSD: Makefile,v 1.29 2006/04/30 18:23:30 joerg Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 5 @@ -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-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* INSTALLATION_DIRS= bin include lib man/man3 diff --git a/news/nntpclnt/files/config.DragonFly.sh b/news/nntpclnt/files/config.DragonFly.sh new file mode 100644 index 00000000000..042911a0cda --- /dev/null +++ b/news/nntpclnt/files/config.DragonFly.sh @@ -0,0 +1,81 @@ +#!/bin/sh +# +# $NetBSD: config.DragonFly.sh,v 1.1 2006/04/30 18:23:30 joerg Exp $ +# +# config.sh +# This file was produced by running the Configure script. +# (and manually bashed on by joerg@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='bsd' +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 |