841dfa0e7a
through PLIST_SUBST to the plist module.
36 lines
925 B
Makefile
36 lines
925 B
Makefile
# $NetBSD: Makefile,v 1.15 2008/04/12 22:43:14 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= matchbox-panel-0.9.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-panel/0.9/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://projects.o-hand.com/matchbox/
|
|
COMMENT= Panel for Matchbox
|
|
|
|
BROKEN_GETTEXT_DETECTION= yes
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
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
|
|
.if ${OPSYS} != "DragonFly"
|
|
PLIST.apm= yes
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/libmatchbox/buildlink3.mk"
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|