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
24 lines
643 B
Makefile
24 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.45 2009/07/22 09:01:46 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gcombust-0.1.54
|
|
PKGREVISION= 6
|
|
CATEGORIES= x11 sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/
|
|
COMMENT= Graphical frontend for CD mastering (mkisofs, cdrecord, ...)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= cdrtools>=1.10:../../sysutils/cdrtools
|
|
DEPENDS+= cdlabelgen-[0-9]*:../../graphics/cdlabelgen
|
|
DEPENDS+= gv-[0-9]*:../../print/gv
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|