pkgsrc/news/xrn/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

25 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:40 agc Exp $
#
DISTNAME= 9.01
PKGNAME= xrn-9.01
CATEGORIES= news x11
MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mit.edu/people/jik/software/xrn.html
COMMENT= Usenet News reader for the X window system
DIST_SUBDIR= xrn
USE_IMAKE= yes
WRKSRC= ${WRKDIR}
pre-install:
${INSTALL_DATA_DIR} ${X11PREFIX}/share/doc/xrn
for f in COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${X11PREFIX}/share/doc/xrn; \
done
.include "../../mk/bsd.pkg.mk"