blob: de43f0711b40560bc502a9d751209dc222155e6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/audio/freedesktop-sound-theme/Makefile,v 1.6 2009/11/27 22:09:57 marcus Exp $
PORTNAME= freedesktop-sound-theme
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= kwm
DISTNAME= sound-theme-freedesktop-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Sound theme based on the FreeDesktop specification
USE_BZIP2= yes
NO_STAGE= yes
USE_GNOME= gnomehier intlhack
USES= gettext gmake
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|