[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / news / slrn

Annotation of pkgsrc/news/slrn/Makefile, Revision 1.41

1.41    ! is          1: # $NetBSD: Makefile,v 1.40 2008/09/04 16:15:34 is Exp $
1.1       hwr         2:
1.40      is          3: DISTNAME=      slrn-0.9.9
1.41    ! is          4: PKGREVISION=   1
1.16      mjl         5: CATEGORIES=    news
1.40      is          6: MASTER_SITES=  ftp://space.mit.edu/pub/davis/slrn/
                      7: EXTRACT_SUFX=  .tar.gz
1.16      mjl         8:
1.38      jlam        9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.16      mjl        10: HOMEPAGE=      http://slrn.sourceforge.net/
                     11: COMMENT=       Highly customizable threaded newsreader
1.17      lukem      12:
1.39      heinz      13: PKG_DESTDIR_SUPPORT=   user-destdir
                     14:
1.26      cjep       15: USE_PKGLOCALEDIR=      yes
                     16: GNU_CONFIGURE=         yes
1.34      adam       17: CONFIGURE_ARGS+=       --disable-inews --with-slrnpull --enable-spool \
                     18:                        --enable-grouplens --with-libdir=${PREFIX}/lib/slrn \
                     19:                        --enable-mid-cache \
1.40      is         20:                        --with-slang=${PREFIX} \
                     21:                        --with-slanglib=-lslang2 \
                     22:                        --with-slanginc=slang2/slang.h \
1.34      adam       23:                        --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
1.1       hwr        24:
1.23      jschauma   25: .include "../../mk/bsd.prefs.mk"
                     26:
1.1       hwr        27: # the next is a workaround, as 1.3.2 install doesn't like -c and -d
                     28: # together
1.23      jschauma   29: .if ${OPSYS} == "NetBSD" && ${OS_VERSION} == "1.3.2"
1.34      adam       30: CONFIGURE_ENV+=                INSTALL=/usr/bin/install
1.24      jschauma   31: .endif
                     32:
1.30      snj        33: LDFLAGS.Linux+=        -ldl
1.1       hwr        34:
1.40      is         35: .include "../../devel/libslang2/buildlink3.mk"
1.30      snj        36: .include "../../devel/gettext-lib/buildlink3.mk"
1.1       hwr        37: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>