openbsd-ports/news/trn/Makefile
naddy 56fc118dc9 Provide a dummy nroff. Configure always searches for it in PATH and
if not found the man pages will not be installed.  ok espie@
2014-06-18 14:23:36 +00:00

44 lines
1000 B
Makefile

# $OpenBSD: Makefile,v 1.22 2014/06/18 14:23:36 naddy Exp $
COMMENT= threaded newsreader
CATEGORIES= news
MAINTAINER= Marc Espie <espie@openbsd.org>
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=trn/}
V=77
DISTNAME= trn-4.0-test$V
PKGNAME= trn-4.0.$V
REVISION= 1
PERMIT_PACKAGE_FTP=Yes
# Technically, we could put trn on CD-Rom, provided we include the distfile
# as well...
PERMIT_PACKAGE_CDROM=No
WANTLIB=c curses m
CONFIGURE_STYLE=simple
CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS=-dse -Doptimize="${CFLAGS}" -Dlocal=${PREFIX}
SEPARATE_BUILD=Yes
pre-configure:
cp ${FILESDIR}/openbsd-hints ${WRKSRC}/hints/openbsd.sh
ln -s /usr/bin/true ${WRKDIR}/bin/nroff
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
post-install:
find ${PREFIX}/lib/trn/HelpFiles | xargs chown ${SHAREOWN}:${SHAREGRP}
NO_TEST= Yes
.include <bsd.port.mk>