aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gvolwheel/Makefile
blob: bdd4afb25ec870add67274619b85320c3a096318 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$

PORTNAME=   gvolwheel
PORTVERSION=    1.0
CATEGORIES= audio
MASTER_SITES=   SF/${PORTNAME}

MAINTAINER= g.veniamin@googlemail.com
COMMENT=    Volume mixer

LICENSE=    GPLv3

BUILD_DEPENDS=  intltoolize:${PORTSDIR}/textproc/intltool

CONFIGURE_ARGS+=--enable-oss
GNU_CONFIGURE=  yes
USES=       pkgconfig pathfix iconv
USE_GMAKE=  yes
USE_GNOME=  gtk30

OPTIONS_DEFINE= NLS
NLS_DESC=   Native language support

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= NLS="@comment "
.else
PLIST_SUB+= NLS=""
USES+=      gettext
.endif

pre-configure:
    ${ECHO} "${DOCSDIR}"
    ${REINPLACE_CMD} -e 's|linux/soundcard|sys/soundcard|g' \
        ${WRKSRC}/src/callbacks.c ${WRKSRC}/src/actions.c

.include <bsd.port.mk>
d class='commitgraph'>* Fix properties on pkg-plistbapt2014-01-221-1/+0 * - Add STAGEDIR support.hrs2013-10-162-22/+24 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Fix a warning "Having multiple values in <test> isn't supported and mayhrs2013-09-053-23/+59 * Update to 452.hrs2013-06-182-4/+3 * Fix DATADIR.hrs2013-05-011-0/+2 * Update to 450 and style clean-ups.hrs2013-04-302-11/+15 * Update to 449 because the old distfile was removed.hrs2013-04-152-3/+3 * Update to 447.hrs2013-02-032-4/+4 * Update to 445.hrs2012-11-182-10/+6 * Update to 441.hrs2012-07-122-4/+4 * Update to 0.436.hrs2012-02-162-5/+4 * Update to 0.427.hrs2011-05-242-5/+5 * Update to 423.hrs2011-01-052-6/+5 * Fix PREFIX/LOCALBASE confusion.hrs2010-12-082-9/+7 * Update to 419.hrs2010-10-012-6/+6 * Update to 417.hrs2010-08-012-6/+6 * - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilespav2010-06-041-10/+2 * The xz utils and lzma library have been imported into base, so makenaddy2010-05-221-3/+10 * Update to 414.hrs2010-04-252-5/+8 * Update to 412.hrs2010-03-022-6/+5 * Fix pkg-plist.hrs2009-12-272-0/+2 * Update to 410.hrs2009-12-275-6/+38 * Remove fonts.dir when it is empty.hrs2009-05-311-0/+3 * Ports for Japanese fonts have been reorganized in the following way:hrs2009-05-315-53/+52 * Update to 401.hrs2009-03-292-5/+5 * Update to 394.hrs2008-10-273-14/+17 * Remove obsolete fp=[y|n] modifier in fonts.dir.hrs2008-05-312-4/+5