e0b49a2fed
NetBSD 6, requested by tron.
26 lines
746 B
Makefile
26 lines
746 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/06/06 12:55:19 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= matchbox-common-0.9.1
|
|
PKGREVISION= 10
|
|
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
|
|
|
|
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"
|