mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
30 lines
611 B
Makefile
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>
|