3ecb67b91d
The xsetroot program is used to tailor the appearance of the background window of the X server. This is from the modular X.org X11 project.
22 lines
562 B
Makefile
22 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/11/07 17:37:33 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xsetroot-1.0.1
|
|
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= X root window parameter setting program
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/xbitmaps/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|