pkgsrc/x11/xrefresh/Makefile
tnn d79dd2c04c Update to xrefresh-1.0.3. Changes:
Add README with pointers to mailing lists, bugzilla, & git
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Fill in COPYING file with copyright/license notice from code & docs
Rename .cvsignore to .gitignore
Add *~ to .gitignore to skip patch/emacs droppings
Replace static ChangeLog with dist-hook to generate from git log
Correct make distcheck and sparse warnings.
2009-11-09 18:23:44 +00:00

23 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/11/09 18:23:44 tnn Exp $
#
DISTNAME= xrefresh-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= X Refresher
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"