# $NetBSD: Makefile,v 1.12 2001/06/04 20:03:20 jtb Exp $ DISTNAME= trn4-test74 PKGNAME= trn-4.74 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=trn/} \ ftp://trn.sourceforge.net/pub/trn/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://trn.sourceforge.net/ COMMENT= Threaded version of rn, the classic news reader LICENSE= trn-license .if defined(USE_INN) && ${USE_INN} == YES DEPENDS= inn>=2.2:../inn .else DEPENDS= nntpclnt-1.6.1:../nntpclnt .endif .include "../../mk/bsd.prefs.mk" # TRN_HOSTBITS determines the number of "name segments" (x.y.z.com), counting # from right to left, that TRN will match to allow cancels, with 0 requiring # a perfect match. For example, with TRN_HOSTBITS=3, x.y.z.com will match # foo.y.z.com for the purposes of allowing cancels. TRN_HOSTBITS?= 0 USE_PERL5= # defined HAS_CONFIGURE= # defined CONFIGURE_SCRIPT= ./Configure CONFIGURE_ENV= PREFIX=${PREFIX} CONFIGURE_ARGS= -d -e -D bin=${PREFIX}/bin \ -D binexp=${PREFIX}/bin \ -D phost=${PREFIX}'/etc/nntp/domainname' \ -D filexp=${PREFIX}'/share/trn/filexp' \ -D hostbits=${TRN_HOSTBITS} \ -D installbin=${PREFIX}'/bin' \ -D installmansrc=${PREFIX}'/man/man1' \ -D installprivlib=${PREFIX}'/share/trn' \ -D libpth=${PREFIX}'/lib /usr/lib' \ -D mansrc=${PREFIX}'/man/man1' \ -D mansrcexp=${PREFIX}'/man/man1' \ -D mimecap=${PREFIX}'/etc/mimecap' \ -D orgname=${PREFIX}'/etc/nntp/organization' \ -D perl=${PERL5} \ -D perlpath=${PERL5} \ -D prefix=${PREFIX} \ -D prefixexp=${PREFIX} \ -D privlib=${PREFIX}'/share/trn' \ -D privlibexp=${PREFIX}'/share/trn' \ -D servername=${PREFIX}'/etc/nntp/server' \ -D d_nntp \ -U d_local \ -D libs=' ' \ -D usevfork=false \ -D inews=${PREFIX}'/bin/inews' \ -D useinews=${PREFIX}'/bin/inews' post-install: @${RM} -f ${PREFIX}/bin/rn ${PREFIX}/man/man1/rn.1 \ ${PREFIX}/man/man1/rn.1.gz @${LN} -s trn ${PREFIX}/bin/rn @${LN} -s trn.1 ${PREFIX}/man/man1/rn.1 .include "../../mk/bsd.pkg.mk"