pkgsrc/x11/xmag/Makefile
tnn 269ad674e8 Update to xmag-1.0.3. Changes:
Build fix for file systems that are not case sensitive
allow build outside of source tree
xaw8 is gone, use xaw7
Properly handle multiple depth windows.
Correct problems in make distcheck.
2009-11-09 18:44:31 +00:00

20 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/11/09 18:44:31 tnn Exp $
#
DISTNAME= xmag-1.0.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=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"