aboutsummaryrefslogtreecommitdiffstats
path: root/audio/spek/Makefile
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-04-25 02:18:38 +0800
committerculot <culot@FreeBSD.org>2011-04-25 02:18:38 +0800
commit405ceca29b26229d68e585afc534ea9ccdd3b6a6 (patch)
tree3368dd685e898b47a9ecd2301f08b9161d30693f /audio/spek/Makefile
parent601842371f79a11bda9927f6efa4706646b8fe84 (diff)
downloadfreebsd-ports-405ceca29b26229d68e585afc534ea9ccdd3b6a6.tar.gz
freebsd-ports-405ceca29b26229d68e585afc534ea9ccdd3b6a6.tar.zst
freebsd-ports-405ceca29b26229d68e585afc534ea9ccdd3b6a6.zip
- Update to 0.7
PR: ports/156613 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer)
Diffstat (limited to 'audio/spek/Makefile')
-rw-r--r--audio/spek/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile
index 8236bf9a7489..c0bf3b551ce4 100644
--- a/audio/spek/Makefile
+++ b/audio/spek/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spek
-PORTVERSION= 0.6
+PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -15,9 +15,12 @@ COMMENT= Acoustic spectrum analyser
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+MAN1= spek.1
+
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gtk20 desktopfileutils
+USE_GETTEXT= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
MAKE_JOBS_SAFE= yes
@@ -25,4 +28,7 @@ MAKE_JOBS_SAFE= yes
post-install:
-@update-desktop-database
+post-patch:
+ @${REINPLACE_CMD} -e "s,^itlocaledir =.*$$,itlocaledir = ${PREFIX}/share/locale,g" ${WRKSRC}/po/Makefile.in.in
+
.include <bsd.port.mk>