22 lines
594 B
Makefile
22 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.8 2010/01/18 09:59:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= grandr_applet-0.4
|
|
PKGREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://dekorte.homeip.net/download/grandr-applet/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://dekorte.homeip.net/download/grandr-applet/
|
|
COMMENT= gnome-panel front end to the xrandr extension
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= pkg-config gmake msgfmt
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../x11/gnome-panel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|