summaryrefslogtreecommitdiff
path: root/audio/libvisual/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-12-21 20:35:36 +0000
committerjoerg <joerg@pkgsrc.org>2007-12-21 20:35:36 +0000
commit17adb7cfd1433cb04d5c353c79e2344b62971a76 (patch)
tree8b7b429d9398a7ec517e08fe97d7a86cb78c5f24 /audio/libvisual/Makefile
parent94d33d9485dca6c204ac7eaf4344c90bccd21f6a (diff)
downloadpkgsrc-17adb7cfd1433cb04d5c353c79e2344b62971a76.tar.gz
I18N (PR 37581) and DESTDIR support.
Diffstat (limited to 'audio/libvisual/Makefile')
-rw-r--r--audio/libvisual/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/libvisual/Makefile b/audio/libvisual/Makefile
index 75760311b82..bab83b0d2a7 100644
--- a/audio/libvisual/Makefile
+++ b/audio/libvisual/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/12/21 20:35:36 joerg Exp $
#
DISTNAME= libvisual-0.4.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvisual/}
@@ -10,11 +10,13 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://localhost.nl/~synap/libvisual/
COMMENT= Abstraction library between applications and audio visualisation plugins
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libvisual.pc.in
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config msgfmt
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
@@ -25,4 +27,5 @@ CPPFLAGS+= -mmmx
. endif
.endif
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"