blob: e6c8094be8f0e9086062d1aea8d7e32a17c8a6bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= freedesktop-sound-theme
PORTVERSION= 0.8
CATEGORIES= audio gnome
MASTER_SITES= http://people.freedesktop.org/~mccann/dist/
DISTNAME= sound-theme-freedesktop-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Sound theme based on the FreeDesktop specification
USES= gettext-tools gmake tar:bzip2
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|