mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
27 lines
566 B
Makefile
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>
|