pkgsrc/x11/matchbox-panel/Makefile
peter 9063bf009b Initial import of matchbox-panel into the NetBSD Packages Collection.
A flexible always present 'window bar' for holding application launchers
and small 'applet' style applications. A number of applets are included
in the module.
2005-12-31 13:32:30 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
#
DISTNAME= matchbox-panel-0.9.2
CATEGORIES= x11
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-panel/0.9/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://projects.o-hand.com/matchbox/
COMMENT= Panel for Matchbox
BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-small-icons
CONFIGURE_ARGS+= --enable-startup-notification
CONFIGURE_ARGS+= --enable-nls
BUILD_USES_MSGFMT= yes
CONFIGURE_ENV+= XGETTEXT=${LOCALBASE}/bin/xgettext
CONFIGURE_ENV+= GMSGFMT=${LOCALBASE}/bin/msgfmt
CONFIGURE_ENV+= MSGFMT=${LOCALBASE}/bin/msgfmt
CONFIGURE_ENV+= MSGMERGE=${LOCALBASE}/bin/msgmerge
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../devel/libmatchbox/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"