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

Annotation of pkgsrc/misc/tmux/Makefile, Revision 1.43

1.43    ! leot        1: # $NetBSD: Makefile,v 1.42 2017/06/06 09:41:18 fhajny Exp $
1.1       hasso       2:
1.43    ! leot        3: DISTNAME=      tmux-2.6
1.1       hasso       4: CATEGORIES=    misc
1.32      ryoon       5: MASTER_SITES=  ${MASTER_SITE_GITHUB:=tmux/}
1.1       hasso       6:
1.14      wiz         7: MAINTAINER=    pkgsrc-users@NetBSD.org
1.31      ryoon       8: HOMEPAGE=      http://tmux.github.io/
1.1       hasso       9: COMMENT=       BSD-licensed terminal multiplexer (GNU Screen alternative)
1.4       hasso      10: LICENSE=       modified-bsd
1.1       hasso      11:
1.35      fhajny     12: GITHUB_RELEASE=        ${PKGVERSION_NOREV}
                     13:
1.15      jmmv       14: GNU_CONFIGURE= yes
1.9       drochner   15: USE_TERMINFO=  yes
1.1       hasso      16:
1.35      fhajny     17: USE_TOOLS+=    pkg-config
1.32      ryoon      18:
1.18      fhajny     19: .include "../../mk/bsd.prefs.mk"
                     20: .include "../../mk/compiler.mk"
                     21: .if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \
                     22:     !empty(CC_VERSION:Mgcc-4.[6-9].*)
1.27      jperkin    23: BUILDLINK_TRANSFORM+=  opt:-D_XPG4_2:-D_XPG6
1.18      fhajny     24: .endif
                     25:
1.35      fhajny     26: # https://trac.macports.org/changeset/127986
1.29      jperkin    27: .if !empty(MACHINE_PLATFORM:MDarwin-1[0-9]*)
                     28: CPPFLAGS+=     -D__DARWIN_VERS_1050=0
                     29: .endif
                     30:
1.10      jmmv       31: .include "../../devel/libevent/buildlink3.mk"
1.20      wen        32: BUILDLINK_API_DEPENDS.libevent+=       libevent>=2.0.10
1.37      fhajny     33: .include "../../mk/curses.buildlink3.mk"
1.1       hasso      34: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>