Add DragonFly support.
This commit is contained in:
parent
09d4511fcc
commit
6611133474
2 changed files with 83 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
81
news/nntpclnt/files/config.DragonFly.sh
Normal file
81
news/nntpclnt/files/config.DragonFly.sh
Normal file
|
@ -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
|
Loading…
Reference in a new issue