aboutsummaryrefslogtreecommitdiff
path: root/audio/gsound/Makefile
blob: f38d771e9248332a92bd47d53f51a00f7662ef1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=	gsound
PORTVERSION=	1.0.1
CATEGORIES=	audio
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GObject library for playing system sounds

BUILD_DEPENDS=	vala:${PORTSDIR}/lang/vala
LIB_DEPENDS=	libcanberra.so:${PORTSDIR}/audio/libcanberra

USES=		gmake libtool pathfix pkgconfig tar:xz
USE_GNOME=	glib20 introspection:build
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>