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

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

1.17    ! lukem       1: # $NetBSD: Makefile,v 1.16 2001/08/22 14:21:46 mjl Exp $
1.2       frueauf     2: #
1.1       hwr         3:
1.16      mjl         4: DISTNAME=      slrn-0.9.7.2
1.17    ! lukem       5: PKGNAME=       ${DISTNAME}nb1
1.16      mjl         6: CATEGORIES=    news
                      7: MASTER_SITES=  ftp://slrn.sourceforge.net/pub/slrn/ \
                      8:                ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ \
                      9:                ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \
                     10:                ftp://ftp.ntua.gr/pub/lang/slang/ \
                     11:                ftp://ftp.plig.org/pub/slrn/
                     12:
                     13: MAINTAINER=    mjl@netbsd.org
                     14: HOMEPAGE=      http://slrn.sourceforge.net/
                     15: COMMENT=       Highly customizable threaded newsreader
1.17    ! lukem      16:
        !            17: PATCH_SITES=           http://slrn.sourceforge.net/patches/
        !            18: PATCHFILES=            slrn-0.9.7.2-decode.diff
        !            19: PATCH_DIST_STRIP=      -p1
1.16      mjl        20:
                     21: USE_GMAKE=     yes
                     22: GNU_CONFIGURE= yes
                     23: CONFIGURE_ARGS+=--without-X --disable-inews --with-slrnpull \
                     24:                --disable-gen-mid --with-libdir=${PREFIX}/lib/slrn
1.1       hwr        25:
                     26: # the next is a workaround, as 1.3.2 install doesn't like -c and -d
                     27: # together
1.16      mjl        28: CONFIGURE_ENV+=        INSTALL=/usr/bin/install
1.1       hwr        29:
1.16      mjl        30: .include "../../devel/libslang/buildlink.mk"
1.1       hwr        31: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>