diff options
author | tron <tron@pkgsrc.org> | 1999-03-14 15:07:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-14 15:07:20 +0000 |
commit | 6f2e8d1a646e27ec5413d5d62f1aa0b6a06599ee (patch) | |
tree | c4cea60b91c52a8baddf8fde8ff173589199b8b8 /news/knews/Makefile | |
parent | bc5559f55cdf0b0c84e6e6a87255bf6386e03597 (diff) | |
download | pkgsrc-6f2e8d1a646e27ec5413d5d62f1aa0b6a06599ee.tar.gz |
Update for "knews" package to version 1.0b1 supplied by Frederick Bruckman
in PR pkg/7151:
- XFace support.
- Misc. bugfixes based on patches from Matthias Scheler,
Christian Bauernfeind and Greg Ubben.
Diffstat (limited to 'news/knews/Makefile')
-rw-r--r-- | news/knews/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index a6dd931814a..878b18a6411 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.18 1999/03/08 10:53:57 agc Exp $ -# +# $NetBSD: Makefile,v 1.19 1999/03/14 15:07:20 tron Exp $ -DISTNAME= knews-1.0b.0 -PKGNAME= knews-1.0b0 +DISTNAME= knews-1.0b.1 +PKGNAME= knews-1.0b1 CATEGORIES= news x11 MASTER_SITES= http://www.matematik.su.se/~kjj/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.matematik.su.se/~kjj/ +DEPENDS+= faces-1.6.1:../../mail/faces DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.3:../../graphics/png DEPENDS+= xpm-3.4k:../../graphics/xpm +CONFLICTS= knews-1.0b0 + USE_IMAKE= yes -WRKSRC= ${WRKDIR}/knews .include "../../mk/bsd.prefs.mk" @@ -22,7 +23,7 @@ WRKSRC= ${WRKDIR}/knews # DOMAIN_FILE to a file from which the domain name will be read. post-extract: .if !defined(DOMAIN_FILE) && !defined(DOMAIN_NAME) - @${ECHO_MSG} "Type \"${MAKE} DOMAIN_NAME=xyz\" to set the domain name." + @${ECHO_MSG} "Type \"make DOMAIN_NAME=xyz\" to set the domain name." .elif defined(DOMAIN_FILE) @${ECHO_MSG} "Reading \"From:\" domain from file \"${DOMAIN_FILE}\"." .else |