summaryrefslogtreecommitdiff
path: root/textproc/sublib/Makefile
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2009-01-06 08:54:21 +0000
committerkefren <kefren@pkgsrc.org>2009-01-06 08:54:21 +0000
commit34557a78434daa3cbcdfae39f35a1b5dd25065c4 (patch)
treee80609aa1ec8c225d6bbed7482f0011b1515e002 /textproc/sublib/Makefile
parent15dc7c633bf394888ab03fb269be4cf5068ef007 (diff)
downloadpkgsrc-34557a78434daa3cbcdfae39f35a1b5dd25065c4.tar.gz
Initial import of sublib 0.9, a C# library for subtitles editing and
conversion
Diffstat (limited to 'textproc/sublib/Makefile')
-rw-r--r--textproc/sublib/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/sublib/Makefile b/textproc/sublib/Makefile
new file mode 100644
index 00000000000..4cbcb78cb5f
--- /dev/null
+++ b/textproc/sublib/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/06 08:54:21 kefren Exp $
+
+DISTNAME= sublib-0.9
+CATEGORIES= multimedia textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sublib/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sublib.sourceforge.net/
+COMMENT= Library that eases the development of subtitling applications
+
+GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= # empty
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+SUBST_CLASSES+= fix-prefix
+SUBST_STAGE.fix-prefix= pre-configure
+SUBST_MESSAGE.fix-prefix= Fixing library installation directory
+SUBST_FILES.fix-prefix= data/sublib.pc.in
+SUBST_SED.fix-prefix= -e 's,@libdir@,@libdir@/mono,'
+
+.include "../../lang/mono/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"