summaryrefslogtreecommitdiff
path: root/editors/yudit/Makefile
diff options
context:
space:
mode:
authormartti <martti>2001-11-28 11:46:18 +0000
committermartti <martti>2001-11-28 11:46:18 +0000
commit76218d6df7158f2e4ceae39cd4d2a6fd103a8218 (patch)
tree4fe797978effba06209273dfa8169ca5b98b07c5 /editors/yudit/Makefile
parent0bc1a88b9b96ed6dfdeb0da2b261c5892d117ae9 (diff)
downloadpkgsrc-76218d6df7158f2e4ceae39cd4d2a6fd103a8218.tar.gz
Updated to 2.4.8
* buildlinkify * Czech and Finish locale support. * ASCII-IPA, CS-dead, Croatian, Hungarian-prefix, RU-javerty, RU-javerty, RU-translit, Russian-ISO-Translit, SK, SR-Cyrillic, Slovenian, TCVNcombine, TCVNkey, and smeTeX Kmap added. * Many bug fixes.
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r--editors/yudit/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index 2ef397ef83d..fb953087a7e 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/07/15 16:45:45 wulf Exp $
+# $NetBSD: Makefile,v 1.2 2001/11/28 11:46:18 martti Exp $
#
-DISTNAME= yudit-2.4
+DISTNAME= yudit-2.4.8
CATEGORIES= editor
MASTER_SITES= http://yudit.org/download/
@@ -9,17 +9,13 @@ MAINTAINER= wulf@netbsd.org
HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
-DEPENDS+= freetype-1.3.1:../../graphics/freetype
+USE_BUILDLINK_ONLY= yes
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_ARGS+= --with-x
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+.include "../../graphics/freetype-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"