openbsd-ports/x11/chbg/Makefile
heko 9865aa4eba initial import of chbg-1.5:
--
ChBg is used for rotating the desktop background picture periodically.
It supports various ways of tiling, mirroring, maximizing and blending
pictures. You can also run it as a standalone screensaver or as an
xscreensaver hack with the xscreensaver port.

ChBg comes with a configuration GUI, chbg(1).

WWW: http://chbg.sf.net

lebel@ ok
2001-11-11 14:16:11 +00:00

45 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/11/11 14:16:11 heko Exp $
COMMENT= "Desktop wallpaper manager and X11 screensaver"
DISTNAME= chbg-1.5
CATEGORIES= x11
NEED_VERSION= 1.489
HOMEPAGE= http://chbg.sf.net
EXTRACT_SUFX= .tgz
MAINTAINER= Heikki Korpela <heko@openbsd.org>
# License: GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= chbg
LIB_DEPENDS+= gdk_imlib.19::graphics/imlib
LIB_DEPENDS+= gdk_pixbuf.2::graphics/gdk-pixbuf
CONFIGURE_ARGS+= --with-image-library=gdkimlib \
--with-imlib1-config=${LOCALBASE}/bin/imlib-config \
--with-gtk-config=${LOCALBASE}/bin/gtk-config \
--with-gdk-pixbuf-config=${LOCALBASE}/bin/gdk-pixbuf-config
FAKE_FLAGS+= GNOME_PREFIX=${WRKINST}${PREFIX}
USE_X11= Yes
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= concurrent
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/chbg
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/chbg
${INSTALL_DATA} ${WRKSRC}/{xscreensaver-howto.txt,kde2.txt} ${PREFIX}/share/doc/chbg
${INSTALL_DATA} ${WRKSRC}/chbgrc.sample ${PREFIX}/share/examples/chbg
.include <bsd.port.mk>