d70523df21
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
25 lines
666 B
Makefile
25 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:49 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gtodo-applet-0.1
|
|
PKGREVISION= 16
|
|
CATEGORIES= time gnome
|
|
MASTER_SITES= # http://download.qballcow.nl/programs/gtodo/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://qballcow.nl/index.php?s=4
|
|
COMMENT= GNOME applet for the gtodo application
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= gtodo>=0.14:../../time/gtodo
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../x11/gnome-panel/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|