pkgsrc/x11/xmag/Makefile
bjs 9a049c87ab Update to version 1.0.2. Changes include:
-- #10616: xmag man page says "Cut" button instead of "Select"
-- Replace static ChangeLog with dist-hook to generate from git log
-- Sun bug 6359959: xmag overconsumes CPU due to its selection box
-- Sun bug 6359959: use nanosleep, poll or select
-- Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
-- Sun bug 1166559: highlight of selection box not discernable on some configs
2007-09-21 19:40:22 +00:00

20 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/09/21 19:40:22 bjs Exp $
#
DISTNAME= xmag-1.0.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Magnify parts of the screen
PKG_DESTDIR_SUPPORT= user-destdir
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"