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
26 lines
697 B
Makefile
26 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.30 2009/07/22 09:01:34 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xlog-1.5
|
|
PKGREVISION= 3
|
|
CATEGORIES= ham
|
|
MASTER_SITES= http://www.qsl.net/pg4i/download/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.qsl.net/pg4i/linux/xlog.html
|
|
COMMENT= Amateur Radio logging program
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR=yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS+= --enable-hamlib
|
|
|
|
.include "../../databases/shared-mime-info/buildlink3.mk"
|
|
.include "../../ham/hamlib/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../print/libgnomeprint/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|