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

Annotation of pkgsrc/mail/mutt/Makefile, Revision 1.43

1.43    ! tron        1: # $NetBSD: Makefile,v 1.42 2000/05/09 18:09:06 tron Exp $
1.1       tron        2:
1.42      tron        3: DISTNAME=      mutt-1.2i
1.1       tron        4: CATEGORIES=    mail
1.32      tron        5: MASTER_SITES=  ftp://ftp.mutt.org/pub/mutt/ \
                      6:                ftp://ftp.funet.fi/pub/unix/mail/mutt/ \
                      7:                ftp://ftp.uib.no/pub/mutt/ \
                      8:                ftp://uiarchive.cso.uiuc.edu/pub/packages/mail/mutt/
1.1       tron        9:
1.40      tron       10: MAINTAINER=    tron@netbsd.org
1.14      tsarna     11: HOMEPAGE=      http://www.mutt.org/
1.1       tron       12:
1.26      tron       13: BUILD_DEPENDS+=        ${LOCALBASE}/bin/autoconf:../../devel/autoconf
                     14: BUILD_DEPENDS+=        ${LOCALBASE}/bin/automake:../../devel/automake
1.10      tron       15:
1.42      tron       16: MIRROR_DISTFILE=no
                     17: RESTRICTED=    "Contains PGP code"
                     18:
1.1       tron       19: GNU_CONFIGURE= yes
1.23      tron       20: USE_GMAKE=     yes
1.43    ! tron       21: USE_SSL=       yes
1.34      soren      22: CONFIGURE_ARGS+= --with-curses=${LOCALBASE} --with-exec-shell=/bin/ksh \
1.20      kim        23:                 --with-docdir=${PREFIX}/share/doc/mutt \
1.43    ! tron       24:                 --with-ssl=${SSLBASE} \
1.20      kim        25:                 --enable-pop --enable-imap
1.43    ! tron       26:
        !            27: ALL_TARGET=    keymap_defs.h all
1.24      jlam       28: LDFLAGS+=      -s
1.42      tron       29: WRKSRC=                ${WRKDIR}/${DISTNAME:S/i//}
                     30:
1.41      tron       31: .include "../../mk/bsd.prefs.mk"
1.35      bouyer     32:
                     33: .if ${OPSYS} == "SunOS"
                     34: PLIST_SUBST+=  LOCALEBASE=lib
                     35: .else
                     36: PLIST_SUBST+=  LOCALEBASE=share
1.39      agc        37: .endif
                     38:
                     39: .if ${OPSYS} == "NetBSD"
                     40: DEPENDS+=      ncurses>=4.2:../../devel/ncurses
1.35      bouyer     41: .endif
1.41      tron       42:
                     43: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>