summaryrefslogtreecommitdiff
path: root/misc/tellico-kde3
diff options
context:
space:
mode:
authordholland <dholland>2011-10-03 01:34:05 +0000
committerdholland <dholland>2011-10-03 01:34:05 +0000
commitafc171133c2eef60e397d3e30138c93468d4d723 (patch)
tree18e451e3c8fa35bbee6e3b1ac18bc2abd7c408c9 /misc/tellico-kde3
parentb02c10701d364686f45aa43fe551c9aa64edb963 (diff)
downloadpkgsrc-afc171133c2eef60e397d3e30138c93468d4d723.tar.gz
perl:build -> perl:run; add Python and Ruby. Use REPLACE_PERL,
REPLACE_PYTHON, and REPLACE_RUBY. PKGREVISION -> 12.
Diffstat (limited to 'misc/tellico-kde3')
-rw-r--r--misc/tellico-kde3/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/misc/tellico-kde3/Makefile b/misc/tellico-kde3/Makefile
index c0005383bce..6fbb99e9891 100644
--- a/misc/tellico-kde3/Makefile
+++ b/misc/tellico-kde3/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2011/06/10 09:39:57 obache Exp $
+# $NetBSD: Makefile,v 1.8 2011/10/03 01:34:05 dholland Exp $
#
DISTNAME= tellico-1.3.6
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= misc
MASTER_SITES= http://www.periapsis.org/tellico/download/
@@ -15,7 +15,14 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake perl:build pkg-config
+USE_TOOLS+= gmake perl:run pkg-config
+
+REPLACE_PERL+= src/core/tellico-1-3-update.pl
+REPLACE_PYTHON+= src/fetch/scripts/dark_horse_comics.py
+REPLACE_PYTHON+= src/fetch/scripts/fr.allocine.py
+REPLACE_PYTHON+= src/fetch/scripts/ministerio_de_cultura.py
+REPLACE_PYTHON+= src/translators/griffith2tellico.py
+REPLACE_RUBY+= src/fetch/scripts/boardgamegeek.rb
.include "options.mk"
@@ -23,7 +30,10 @@ USE_TOOLS+= gmake perl:build pkg-config
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../devel/exempi/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
+.include "../../lang/ruby/buildlink3.mk"
+.include "../../lang/ruby/replace.mk"
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../misc/kdepim3/buildlink3.mk"
.include "../../multimedia/kdemultimedia3/buildlink3.mk"