20 lines
431 B
Makefile
20 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.20 2008/05/29 17:15:59 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-audio-2.22.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-audio/2.22/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Set of audio files for GNOME
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
USE_DIRS+= xdg-1.4
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|