23 lines
587 B
Makefile
23 lines
587 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/01/24 15:46:43 grant Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-icon-theme-1.0.9
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-icon-theme/1.0/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Theme consisting of a set of icons for GNOME
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK2= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_PERL5= build
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|