aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tepl/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2018-09-30 17:17:55 +0000
committerKoop Mast <kwm@FreeBSD.org>2018-09-30 17:17:55 +0000
commitf7d4684ed7d9d379e63a5fe0e0fb03a97be498b0 (patch)
treeaec4a87842c36da20893e890d26506f2eabfe477 /x11-toolkits/tepl/Makefile
parent70321a21c1444f9a112c4ddbdab494b38a50aa99 (diff)
downloadports-f7d4684ed7d9d379e63a5fe0e0fb03a97be498b0.tar.gz
ports-f7d4684ed7d9d379e63a5fe0e0fb03a97be498b0.zip
Notes
Diffstat (limited to 'x11-toolkits/tepl/Makefile')
-rw-r--r--x11-toolkits/tepl/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-toolkits/tepl/Makefile b/x11-toolkits/tepl/Makefile
new file mode 100644
index 000000000000..0e6dd4344496
--- /dev/null
+++ b/x11-toolkits/tepl/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= tepl
+PORTVERSION= 4.0.0
+CATEGORIES= x11-toolkits
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Text editor product line
+
+LICENSE= LGPL21
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+LIB_DEPENDS= libuchardet.so:textproc/uchardet
+
+USES= gettext gmake gnome libtool pkgconfig tar:xz
+USE_GNOME= cairo gdkpixbuf2 gtksourceview4 libxml2
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+INSTALL_TARGET= install-strip
+
+.include <bsd.port.mk>