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
26 lines
750 B
Makefile
26 lines
750 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/07/22 09:01:21 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= multisync-gui-0.91.0
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.opensync.org/raw-attachment/wiki/releases/0.2x/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.opensync.org/
|
|
COMMENT= GUI for libopensync
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pkg-config
|
|
HAS_CONFIGURE= yes
|
|
|
|
REPLACE_PYTHON= waf
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../comms/libopensync/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|