Annotation of pkgsrc/news/slrn/Makefile, Revision 1.53
1.53 ! dholland 1: # $NetBSD: Makefile,v 1.52 2012/06/01 00:16:02 dholland Exp $
1.1 hwr 2:
1.43 is 3: DISTNAME= slrn-0.9.9p1
1.51 wiz 4: PKGREVISION= 6
1.16 mjl 5: CATEGORIES= news
1.40 is 6: MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/
1.16 mjl 7:
1.38 jlam 8: MAINTAINER= pkgsrc-users@NetBSD.org
1.16 mjl 9: HOMEPAGE= http://slrn.sourceforge.net/
10: COMMENT= Highly customizable threaded newsreader
1.45 heinz 11: LICENSE= gnu-gpl-v2
1.17 lukem 12:
1.39 heinz 13: PKG_DESTDIR_SUPPORT= user-destdir
1.44 ahoka 14: MAKE_JOBS_SAFE= no
1.39 heinz 15:
1.26 cjep 16: USE_PKGLOCALEDIR= yes
17: GNU_CONFIGURE= yes
1.34 adam 18: CONFIGURE_ARGS+= --disable-inews --with-slrnpull --enable-spool \
19: --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
20: --enable-mid-cache \
1.40 is 21: --with-slang=${PREFIX} \
22: --with-slanglib=-lslang2 \
23: --with-slanginc=slang2/slang.h \
1.34 adam 24: --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
1.1 hwr 25:
1.48 shattere 26: .include "options.mk"
1.23 jschauma 27: .include "../../mk/bsd.prefs.mk"
28:
1.1 hwr 29: # the next is a workaround, as 1.3.2 install doesn't like -c and -d
30: # together
1.23 jschauma 31: .if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
1.34 adam 32: CONFIGURE_ENV+= INSTALL=/usr/bin/install
1.24 jschauma 33: .endif
34:
1.30 snj 35: LDFLAGS.Linux+= -ldl
1.53 ! dholland 36: LDFLAGS.SunOS+= -lsocket -lnsl
1.1 hwr 37:
1.40 is 38: .include "../../devel/libslang2/buildlink3.mk"
1.30 snj 39: .include "../../devel/gettext-lib/buildlink3.mk"
1.1 hwr 40: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>