18 lines
480 B
Text
18 lines
480 B
Text
# $NetBSD: Makefile.common,v 1.3 2013/10/29 10:37:39 jperkin Exp $
|
|
#
|
|
# used by devel/dconf-editor/Makefile
|
|
|
|
DISTNAME= dconf-0.18.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://live.gnome.org/dconf
|
|
COMMENT= Backend for gsettings
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config gmake intltool msgfmt
|