1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/wavbreaker/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

30 lines
611 B
Makefile

# Created by: Kirill Ponomarew <ponomarew@oberon.net>
# $FreeBSD$
PORTNAME= wavbreaker
PORTVERSION= 0.11
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Tool to split and merge wav files
LICENSE= GPLv2+
OPTIONS_DEFINE= PULSEAUDIO NLS
OPTIONS_SUB= yes
PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio
PULSEAUDIO_CONFIGURE_ENABLE=pulse
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
USE_GNOME= gtk20 libxml2
USES= desktop-file-utils gmake localbase pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-alsa
INSTALLS_ICONS= yes
.include <bsd.port.mk>