17 lines
408 B
Makefile
17 lines
408 B
Makefile
# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:13 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-common-2.20.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-common/2.20/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Generic M4 macros for GNOME development
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|