pkgsrc/x11/matchbox-panel/Makefile

40 lines
1,018 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.30 2013/06/06 12:55:20 wiz Exp $
#
DISTNAME= matchbox-panel-0.9.2
PKGREVISION= 12
CATEGORIES= x11
2009-07-16 23:39:51 +02:00
MASTER_SITES= http://matchbox-project.org/sources/matchbox-panel/0.9/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2009-07-16 23:39:51 +02:00
HOMEPAGE= http://matchbox-project.org/
COMMENT= Panel for Matchbox
2006-01-24 21:21:56 +01:00
BROKEN_GETTEXT_DETECTION= yes
2006-06-11 16:42:40 +02:00
USE_TOOLS+= gmake msgfmt pkg-config
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-small-icons
CONFIGURE_ARGS+= --enable-startup-notification
CONFIGURE_ARGS+= --enable-nls
.include "../../mk/bsd.prefs.mk"
PLIST_VARS= apm
2009-10-06 20:47:10 +02:00
.if ${OPSYS} == "DragonFly" || \
${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64"
# Nada
2009-12-17 19:23:14 +01:00
.else
PLIST.apm= yes
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libmatchbox/buildlink3.mk"
2009-12-17 19:23:14 +01:00
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"