summaryrefslogtreecommitdiff
path: root/chat/amsn/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-06-25 08:30:23 +0000
committerobache <obache@pkgsrc.org>2010-06-25 08:30:23 +0000
commit7c8418bbe4fe8db646e17cc14805e6c11f150b28 (patch)
tree50adeb2eecd76b4b1d73bda3ffe1447e4c33e7b1 /chat/amsn/Makefile
parentdab8c05ba2cd3a03b6e9bdfd3da9052319fb08c4 (diff)
downloadpkgsrc-7c8418bbe4fe8db646e17cc14805e6c11f150b28.tar.gz
* sort PLIST
* Fixes PLIST other than Linux (not for Darwin yet). * using desktopdb.mk Bump PKGREVISION.
Diffstat (limited to 'chat/amsn/Makefile')
-rw-r--r--chat/amsn/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile
index 604f83c6fa0..0861db8520c 100644
--- a/chat/amsn/Makefile
+++ b/chat/amsn/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2010/06/13 22:43:56 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2010/06/25 08:30:23 obache Exp $
#
DISTNAME= amsn-0.98.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amsn/}
DISTFILES= ${DISTNAME}-src.tar.bz2
@@ -28,7 +28,17 @@ REPLACE.TCLSH.new= ${PREFIX}/bin/tclsh
REPLACE_FILES.TCLSH= amsn-remote-CLI lang/convert.tcl
REPLACE_PERL= utils/amsnctl.pl lang/complete.pl
+REPLACE_PERL+= plugins/music/infogmusicbrowser
REPLACE_BASH= utils/update-amsn.sh
+REPLACE_BASH+= plugins/music/infoamarok2
+REPLACE_BASH+= plugins/music/infoexaile
+REPLACE_BASH+= plugins/music/infojuk2
+REPLACE_BASH+= plugins/music/infolastfm
+REPLACE_BASH+= plugins/music/infomoc
+REPLACE_BASH+= plugins/music/infompris
+REPLACE_BASH+= plugins/music/inforhythmbox
+REPLACE_BASH+= plugins/music/infospotify
+REPLACE_BASH+= plugins/music/infovlc
USE_TOOLS+= perl:run bash:run
USE_TOOLS+= gmake
@@ -40,4 +50,5 @@ CHECK_PORTABILITY_SKIP= utils/macosx/finishbuild.sh
.include "../../x11/tk/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"