pkgsrc/wm/blackbox70/Makefile
gutteridge bf43e44932 wm/blackbox70: update to version 0.74
While here, add a LICENSE definition, and fix compliation on some Linux
distributions.

Change log:

Release blackbox-0.74 released 2018-10-31
-----------------------------------------

Brian Bidulock <bidulock@openss7.org> (9):
      update po files
      add a release file
      remove bashisms from gennews.sh
      make autogen.sh handle gnits and remove bashisms
      5-part AC_INIT and prefer asciidoc to asciidoctor
      generate and distribute release file
      add release files to .gitignore
      update po files
      update release files

Brian Bidulock <bidulock@openss7.com> (1):
      Merge pull request #19 from vl-80/fullscreen_fix

VL-80 <vl-80@users.noreply.github.com> (1):
      Fix fullscreen mode for non-maximized windows

Release blackbox-0.73 released 2018-05-28
-----------------------------------------

Brian Bidulock <bidulock@openss7.org> (18):
      zero errno when not using it
      silent rules with /usr prefix
      add branch to substitution
      add more checks
      update make flags
      silent now default
      tweaks
      add some ignores
      better build
      update install file
      initialize XKEYBOARD
      update po files
      become child subreaper and session leader
      Merge branch 'master' of github.com:bbidulock/blackboxwm
      prctl is linux-specific
      update po files
      update release files
      update release files

Brian Bidulock <bidulock@openss7.com> (1):
      Merge pull request #13 from psolyca/master

Damien Gaignon <damien.gaignon@gmail.com> (1):
      Add errno.h as include
2019-01-19 21:21:04 +00:00

38 lines
924 B
Makefile

# $NetBSD: Makefile,v 1.19 2019/01/19 21:21:04 gutteridge Exp $
VERSION= 0.74
DISTNAME= blackbox-${VERSION}
PKGNAME= blackbox70-${VERSION}
CATEGORIES= wm x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=bbidulock/}
GITHUB_PROJECT= blackboxwm
GITHUB_TAG= ${VERSION}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/bbidulock/blackboxwm
COMMENT= Small and fast X11 window manager
LICENSE= mit
CONFLICTS= bsetroot-[0-9]*
CONFLICTS+= blackbox-[0-9]*
USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake autopoint gettext-m4 gsed pkg-config
GNU_CONFIGURE= YES
CXXFLAGS.Linux+= -fpermissive
CONFIGURE_ARGS+= --enable-nls
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"
.include "../../mk/bsd.pkg.mk"