pkgsrc-wip/xcmsdb/Makefile
Blue Rats 72f8bf2b8d Import xcmsdb-1.0.4 as wip/xcmsdb.
xcmsdb is used to load, query, or remove Device Color Characterization data
stored in properties on the root window of the screen as specified in section 7,
Device Color Characterization, of the X11 Inter-Client Communication Conventions
Manual (ICCCM).
2013-05-18 15:50:48 +00:00

19 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/05/18 15:50:48 othyro Exp $
#
DISTNAME= xcmsdb-1.0.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Loads, queries, or removes Device Color Characterization data
LICENSE= x11 # XXX and another
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libX11/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"