28 lines
780 B
Makefile
28 lines
780 B
Makefile
# $NetBSD: Makefile,v 1.12 2011/01/13 13:40:00 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= matchbox-common-0.9.1
|
|
PKGREVISION= 5
|
|
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"
|