summaryrefslogtreecommitdiff
path: root/editors/yudit/Makefile
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2001-07-15 16:45:45 +0000
committerwulf <wulf@pkgsrc.org>2001-07-15 16:45:45 +0000
commit705715556c587a8ad4e25c9c15b4adcc9249a33a (patch)
tree2a26f7a659f3a566435f7289b356df07e2c21b3d /editors/yudit/Makefile
parent626ce7ca930882ce7431402a01b1fc38a55ea53c (diff)
downloadpkgsrc-705715556c587a8ad4e25c9c15b4adcc9249a33a.tar.gz
Initial port of yudit-2.4 unicode editor
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r--editors/yudit/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
new file mode 100644
index 00000000000..2ef397ef83d
--- /dev/null
+++ b/editors/yudit/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/15 16:45:45 wulf Exp $
+#
+
+DISTNAME= yudit-2.4
+CATEGORIES= editor
+MASTER_SITES= http://yudit.org/download/
+
+MAINTAINER= wulf@netbsd.org
+HOMEPAGE= http://yudit.org/
+COMMENT= Unicode Text Editor
+
+DEPENDS+= freetype-1.3.1:../../graphics/freetype
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-x \
+ --with-freetype-includes=${LOCALBASE}/include \
+ --with-freetype-libraries=${LOCALBASE}/lib
+
+CPPFLAGS+= -I${LOCALBASE}/include
+
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"