2002-05-15 13:58:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2002/05/15 17:58:49 espie Exp $
|
2000-12-23 07:11:37 -05:00
|
|
|
|
2001-05-05 22:56:33 -04:00
|
|
|
COMMENT= "threaded newsreader"
|
|
|
|
|
|
|
|
CATEGORIES= news
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
2002-03-21 16:09:16 -05:00
|
|
|
NEED_VERSION= 1.515
|
2000-12-23 07:11:37 -05:00
|
|
|
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=trn/}
|
2001-05-05 21:31:38 -04:00
|
|
|
V=76
|
|
|
|
DISTNAME=trn-4.0-test$V
|
2000-12-23 07:11:37 -05:00
|
|
|
PKGNAME=trn-4.0.$V
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_FTP=Yes
|
|
|
|
PERMIT_DISTFILES_FTP=Yes
|
|
|
|
PERMIT_DISTFILES_CDROM=Yes
|
|
|
|
# Technically, we could put trn on CD-Rom, provided we include the distfile
|
|
|
|
# as well...
|
|
|
|
PERMIT_PACKAGE_CDROM=No
|
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=simple
|
|
|
|
CONFIGURE_SCRIPT=Configure
|
2001-02-12 15:33:21 -05:00
|
|
|
CONFIGURE_ARGS=-dse -Doptimize="${CFLAGS}" -Dlocal=${PREFIX}
|
2000-12-23 07:11:37 -05:00
|
|
|
SEPARATE_BUILD=concurrent
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cp ${FILESDIR}/openbsd-hints ${WRKSRC}/hints/openbsd.sh
|
|
|
|
|
|
|
|
FAKE_FLAGS= \
|
|
|
|
rnbin=${WRKINST}${PREFIX}/bin \
|
|
|
|
rnlib=${WRKINST}${PREFIX}/lib/trn \
|
|
|
|
inewsbin=${WRKINST}${PREFIX}/bin \
|
|
|
|
mansrc=${WRKINST}${PREFIX}/man/man1 \
|
|
|
|
installfilexp=${WRKINST}${PREFIX}/lib/trn/filexp
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|