2012-10-01 12:36:07 +02:00
|
|
|
# Created by: Alexander Kojevnikov <alexander@kojevnikov.com>
|
2010-09-10 22:16:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= spek
|
2013-02-25 23:20:35 +01:00
|
|
|
PORTVERSION= 0.8.2
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 4
|
2010-09-10 22:16:08 +02:00
|
|
|
CATEGORIES= audio
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
2010-09-10 22:16:08 +02:00
|
|
|
|
|
|
|
MAINTAINER= alexander@kojevnikov.com
|
|
|
|
COMMENT= Acoustic spectrum analyser
|
|
|
|
|
2012-09-27 15:41:54 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2013-10-21 17:17:54 +02:00
|
|
|
LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
|
2010-09-10 22:16:08 +02:00
|
|
|
|
2014-06-01 15:03:14 +02:00
|
|
|
USES= tar:xz gmake pkgconfig desktop-file-utils compiler:c++11-lib desktop-file-utils
|
2013-12-13 15:48:26 +01:00
|
|
|
USE_GNOME= intltool
|
2014-06-04 17:03:34 +02:00
|
|
|
USE_WX= 3.0
|
2012-09-27 15:41:54 +02:00
|
|
|
WX_UNICODE= yes
|
|
|
|
WX_CONF_ARGS= absolute
|
2010-09-10 22:16:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
|
2013-10-26 04:04:40 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
|
2011-04-24 20:18:38 +02:00
|
|
|
post-patch:
|
2013-10-26 04:04:40 +02:00
|
|
|
@${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
2011-04-24 20:18:38 +02:00
|
|
|
|
2013-12-13 15:48:26 +01:00
|
|
|
.include <bsd.port.mk>
|