pkgsrc/x11/matchbox-common/Makefile
2009-07-16 21:39:51 +00:00

28 lines
782 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/07/16 21:39:51 zafer Exp $
#
DISTNAME= matchbox-common-0.9.1
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= http://matchbox-project.org/sources/matchbox-common/0.9/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://matchbox-project.org/
COMMENT= Shared icons and configuration data for Matchbox
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
PKG_SYSCONFSUBDIR= matchbox
SUBST_CLASSES+= session
SUBST_MESSAGE.session= Fixing location of system-wide matchbox session.
SUBST_STAGE.session= pre-configure
SUBST_FILES.session= matchbox-session
SUBST_SED.session= -e 's|/etc/matchbox|${PKG_SYSCONFDIR}|g'
.include "../../devel/libmatchbox/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"