diff options
author | wulf <wulf@pkgsrc.org> | 2001-07-15 16:45:45 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-07-15 16:45:45 +0000 |
commit | 705715556c587a8ad4e25c9c15b4adcc9249a33a (patch) | |
tree | 2a26f7a659f3a566435f7289b356df07e2c21b3d /editors/yudit/Makefile | |
parent | 626ce7ca930882ce7431402a01b1fc38a55ea53c (diff) | |
download | pkgsrc-705715556c587a8ad4e25c9c15b4adcc9249a33a.tar.gz |
Initial port of yudit-2.4 unicode editor
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r-- | editors/yudit/Makefile | 25 |
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" |