Files
pkgsrc-ng/misc/tmux/Makefile
2016-01-21 23:42:40 +01:00

32 lines
872 B
Makefile
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# $NetBSD: Makefile,v 1.30 2015/08/18 07:31:14 wiz Exp $
DISTNAME= tmux-2.0
PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tmux/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tmux.sourceforge.net/
COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative)
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_TERMINFO= yes
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
.if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \
!empty(CC_VERSION:Mgcc-4.[6-9].*)
BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_XPG6
.endif
# https://trac.macports.org/changeset/127986
.if !empty(MACHINE_PLATFORM:MDarwin-1[0-9]*)
CPPFLAGS+= -D__DARWIN_VERS_1050=0
.endif
.include "../../devel/libevent/buildlink3.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10
.include "../../mk/terminfo.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"