1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/abx/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

27 lines
566 B
Makefile

PORTNAME= abx
DISTVERSION= 0.0-b1
CATEGORIES= audio
MASTER_SITES= https://phintsan.kapsi.fi/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Simple ABX tester to compare audio files with GUI
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libportaudio.so:audio/portaudio \
libsndfile.so:audio/libsndfile
USES= gettext-runtime gmake gnome pkgconfig
USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk20 pango
GNU_CONFIGURE= yes
LDFLAGS+= -lm
PLIST_FILES= bin/abx
.include <bsd.port.mk>