summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-sound-recorder/Makefile
blob: 001f1b8b541cdf7b557f814c9c64151feffd1393 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
#   $MCom$

PORTNAME=   gnome-sound-recorder
PORTVERSION=    3.12.2
PORTREVISION=   2
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME sound recorder application

LIB_DEPENDS=    libgjs.so:${PORTSDIR}/lang/gjs

USES=       gettext gmake libtool pathfix pkgconfig python:3 tar:xz
USE_GNOME=  gnomedesktop3 gnomeprefix gtk30 intlhack \
        introspection:build
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
GLIB_SCHEMAS=   org.gnome.gnome-sound-recorder.gschema.xml

.include <bsd.port.mk>