pkgsrc/sysutils/liboobs/Makefile
wiz 2ba51c9e44 Update to 2.22.1. Split off options into options.mk. Set LICENSE.
- Don't fail if homedir or shell are not set (Bug 521438).
- Fix crash when path to share is empty (Bug 524792).
2009-08-20 09:13:51 +00:00

24 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/08/20 09:13:51 wiz Exp $
#
DISTNAME= liboobs-2.22.1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/liboobs/2.22/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Lightweight GObject based interface to system-tools-backends
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
USE_LIBTOOL= YES
.include "../../sysutils/system-tools-backends/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"