summaryrefslogtreecommitdiff
path: root/editors/tepl4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/tepl4/Makefile')
-rw-r--r--editors/tepl4/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/tepl4/Makefile b/editors/tepl4/Makefile
new file mode 100644
index 00000000000..9f80a6a63ad
--- /dev/null
+++ b/editors/tepl4/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/06/09 14:30:00 nia Exp $
+
+DISTNAME= tepl-4.4.0
+PKGNAME= ${DISTNAME:S/tepl-/tepl4-/1}
+CATEGORIES= editors gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tepl/4.4/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://wiki.gnome.org/Projects/Tepl
+COMMENT= GtkSourceView-based text editors and IDE helper library
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= msgfmt msgmerge xgettext
+
+.include "../../devel/amtk/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../textproc/uchardet/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/gtksourceview4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"