From 5c3d47cea71ed19abfbf076ba762f578d67ba639 Mon Sep 17 00:00:00 2001 From: chuck Date: Tue, 11 Nov 2008 21:12:20 +0000 Subject: add darwin support --- news/nntpclnt/Makefile | 4 +- news/nntpclnt/files/config.Darwin.sh | 81 ++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 news/nntpclnt/files/config.Darwin.sh diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index 4c24e790859..8f649ddbf7d 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2008/09/12 00:49:36 gdt Exp $ +# $NetBSD: Makefile,v 1.33 2008/11/11 21:12:20 chuck Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 6 @@ -26,7 +26,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-*-* Linux-*-* +ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-* Darwin-*-* INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man3 diff --git a/news/nntpclnt/files/config.Darwin.sh b/news/nntpclnt/files/config.Darwin.sh new file mode 100644 index 00000000000..30034de3e9b --- /dev/null +++ b/news/nntpclnt/files/config.Darwin.sh @@ -0,0 +1,81 @@ +#!/bin/sh +# +# $NetBSD: config.Darwin.sh,v 1.1 2008/11/11 21:12:20 chuck Exp $ +# +# config.sh +# This file was produced by running the Configure script +# (and then manually bashed on) + +n='-n' +c='' +libc='/usr/lib/libc.dylib' +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 -- cgit v1.2.3