summaryrefslogtreecommitdiff
path: root/wm/blackbox70/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/blackbox70/Makefile')
-rw-r--r--wm/blackbox70/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile
index e1874d43bda..6f1c8bef6f6 100644
--- a/wm/blackbox70/Makefile
+++ b/wm/blackbox70/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.20 2019/06/14 02:09:03 gutteridge Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/08 02:59:59 gutteridge Exp $
-VERSION= 0.74
-PKGREVISION= 1
+VERSION= 0.75
DISTNAME= blackbox-${VERSION}
PKGNAME= blackbox70-${VERSION}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=bbidulock/}
GITHUB_PROJECT= blackboxwm
-GITHUB_TAG= ${VERSION}
+GITHUB_RELEASE= ${VERSION}
+EXTRACT_SUFX= .tar.lz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bbidulock/blackboxwm
@@ -19,7 +19,7 @@ CONFLICTS+= blackbox-[0-9]*
USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake autopoint gettext-m4 gsed pkg-config
+USE_TOOLS+= pkg-config
GNU_CONFIGURE= YES
CXXFLAGS.Linux+= -fpermissive
@@ -30,9 +30,6 @@ BROKEN_GETTEXT_DETECTION=yes
BUILDLINK_DEPMETHOD.libXt?= build
-pre-configure:
- cd ${WRKSRC}; ${SH} ./autogen.sh
-
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"