summaryrefslogtreecommitdiff
path: root/misc/tmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tmux/Makefile')
-rw-r--r--misc/tmux/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/misc/tmux/Makefile b/misc/tmux/Makefile
index db46154f6b2..2f7f49d97ca 100644
--- a/misc/tmux/Makefile
+++ b/misc/tmux/Makefile
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.34 2016/03/05 11:28:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.35 2016/05/09 12:39:05 fhajny Exp $
-DISTNAME= tmux-2.1
-PKGREVISION= 1
+DISTNAME= tmux-2.2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tmux/}
-GITHUB_PROJECT= tmux
-GITHUB_TAG= 2.1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tmux.github.io/
COMMENT= BSD-licensed terminal multiplexer (GNU Screen alternative)
LICENSE= modified-bsd
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+
GNU_CONFIGURE= yes
USE_TERMINFO= yes
-USE_TOOLS+= automake pkg-config
+USE_TOOLS+= pkg-config
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
@@ -24,17 +23,11 @@ USE_TOOLS+= automake pkg-config
BUILDLINK_TRANSFORM+= opt:-D_XPG4_2:-D_XPG6
.endif
-# https://trac.macports.org/changeset/127986
+# https://trac.macports.org/changeset/127986
.if !empty(MACHINE_PLATFORM:MDarwin-1[0-9]*)
CPPFLAGS+= -D__DARWIN_VERS_1050=0
.endif
-pre-configure:
- set -e; cd ${WRKSRC}; \
- mkdir -p etc; \
- aclocal; \
- automake --add-missing --force-missing --copy --foreign; autoreconf
-
.include "../../devel/libevent/buildlink3.mk"
BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.10
.include "../../mk/terminfo.buildlink3.mk"