68ea39586c
Also, only adjust INSTALL if on NetBSD 1.3.2 as indicated by the comment. (Other Operating Systems may have 'install' in a different location.)
30 lines
847 B
Makefile
30 lines
847 B
Makefile
# $NetBSD: Makefile,v 1.23 2003/03/13 03:02:24 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= slrn-0.9.7.4
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=slrn/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= mjl@netbsd.org
|
|
HOMEPAGE= http://slrn.sourceforge.net/
|
|
COMMENT= Highly customizable threaded newsreader
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \
|
|
--enable-spool --enable-grouplens \
|
|
--with-gen-mid --with-libdir=${PREFIX}/lib/slrn \
|
|
--enable-mid-cache
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# the next is a workaround, as 1.3.2 install doesn't like -c and -d
|
|
# together
|
|
.if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
|
|
CONFIGURE_ENV+= INSTALL=/usr/bin/install
|
|
.endif
|
|
|
|
.include "../../devel/libslang/buildlink2.mk"
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|