blob: a19267592f21640a228b803b898f97d1ba06c1ce (
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.2
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 gnome libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 introspection:build
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|