openbsd-ports/audio/sound-theme-freedesktop/Makefile
ajacoutot 9c96f3904c Import sound-theme-freedesktop-0.2
A sound theme is a set of sounds, sharing similarities / instruments...
The user can then select the sound theme that they want to use, and all
applications will use sounds from the theme.  This definition is
similar to icon theme.
2008-12-14 18:42:36 +00:00

26 lines
518 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/12/14 18:42:36 ajacoutot Exp $
COMMENT= XDG sound theme
DISTNAME= sound-theme-freedesktop-0.2
CATEGORIES= audio
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://freedesktop.org/wiki/Specifications/sound-theme-spec
# GPLv2 - GPLv2
# CC-SAv2.0 - CC-Av3.0 Unported
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://people.freedesktop.org/~mccann/dist/
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>