pkgsrc/x11/xmag/Makefile
wiz 351220de33 Update to 1.0.4:
If you look closely at this tiny little release, you might find the usual
collection of recent build configuration improvements and janitorial cleanups.
2012-06-03 18:21:12 +00:00

22 lines
520 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/06/03 18:21:12 wiz Exp $
#
DISTNAME= xmag-1.0.4
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
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"