pkgsrc-wip/chbg/Makefile
Aleksej Saushev a849059e7c Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 18:26:51 +00:00

29 lines
751 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/09/24 18:26:52 asau Exp $
#
DISTNAME= chbg-1.5
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chbg/}
EXTRACT_SUFX= .tgz
MAINTAINER= ccatrian@eml.cc
HOMEPAGE= http://chbg.sourceforge.net/
COMMENT= Changes destop background pictures with some period
DEPENDS+= ImageMagick>=6.0.2.7:../../graphics/ImageMagick
PKG_DESTDIR_SUPPORT= none
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-image-library=imlib2
pre-configure:
${CP} ${FILESDIR:Q}/es.* ${WRKSRC:Q}/po
.include "../../devel/glib/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"