- Switch to using XZ-compressed tarballs - build: Make autoconf-archive support optional - gnome-autogen: Fix the package name tracing - macros2: Deprecate GNOME_CXX_WARNINGS - macros2: Deprecate GNOME_COMPILE_WARNINGS - gnome-autogen: warn if $srcdir is undefined - gnome-autogen: warn for deprecated variables - gnome-autogen: infer PKG_NAME from configure.ac - README: remove check for automake version in example - compiler-warnings: Add -Werror=return-type - macros2: Remove support for gnome-doc-utils - doc-build: Remove doc-build infrastructure - macros2: Remove GNOME_COMMON_INIT
15 lines
407 B
Makefile
15 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.21 2016/04/21 23:38:28 prlw1 Exp $
|
|
|
|
DISTNAME= gnome-common-3.18.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Generic M4 macros for GNOME development
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|