summaryrefslogtreecommitdiff
path: root/x11-fonts/xmbdfed
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>2000-01-14 19:11:20 +0000
committerR. Imura <imura@FreeBSD.org>2000-01-14 19:11:20 +0000
commitcefd155650b17c3cf1e429490ff8e8daadbb85e9 (patch)
treeb8014f6b35fe923316ad488799947d6c659e9029 /x11-fonts/xmbdfed
parent- Fix MASTER_SITES (diff)
Update version to 4.3.3.
(and add WWW: line into pkg/DESCR) PR: 15947 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=24735
Diffstat (limited to '')
-rw-r--r--x11-fonts/xmbdfed/Makefile12
-rw-r--r--x11-fonts/xmbdfed/distinfo5
-rw-r--r--x11-fonts/xmbdfed/files/patch-aa6
-rw-r--r--x11-fonts/xmbdfed/pkg-descr2
4 files changed, 17 insertions, 8 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile
index e542a49e4ad7..553b8e5d30e5 100644
--- a/x11-fonts/xmbdfed/Makefile
+++ b/x11-fonts/xmbdfed/Makefile
@@ -1,16 +1,20 @@
# New ports collection makefile for: xmbdfed
-# Version required: 3.4
+# Version required: 4.3.3
# Date created: June 20, 1997
# Whom: jfieber
#
# $FreeBSD$
#
-DISTNAME= xmbdfed-4.2
+DISTNAME= xmbdfed-4.3
+PKGNAME= xmbdfed-4.3.3
CATEGORIES= x11-fonts
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
-MAINTAINER= ports@freebsd.org
+PATCH_SITES= ${MASTER_SITES}
+PATCHFILES= ${DISTNAME}.patch1 ${DISTNAME}.patch2 ${DISTNAME}.patch3
+
+MAINTAINER= ports@FreeBSD.org
.if defined(USE_FREETYPE)
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
@@ -23,7 +27,7 @@ MAN1= xmbdfed.1
.if !defined(USE_FREETYPE)
pre-extract:
- @${ECHO} "You can add the optional FreeType import capability by defining USE_FREETYPE"
+ @${ECHO_MSG} "You can add the optional FreeType import capability by defining USE_FREETYPE"
.endif
.include <bsd.port.mk>
diff --git a/x11-fonts/xmbdfed/distinfo b/x11-fonts/xmbdfed/distinfo
index 2ba51d761d30..375b3003f126 100644
--- a/x11-fonts/xmbdfed/distinfo
+++ b/x11-fonts/xmbdfed/distinfo
@@ -1 +1,4 @@
-MD5 (xmbdfed-4.2.tar.gz) = 5096e104087f1f2c96eca8ea2edf3ebd
+MD5 (xmbdfed-4.3.tar.gz) = 51c218182f3dbf875e5459e0d3500195
+MD5 (xmbdfed-4.3.patch1) = 93f888e0af90d0e046c8ab71bc22506b
+MD5 (xmbdfed-4.3.patch2) = ca9c4a3db64925be3d4c8fbc2232a716
+MD5 (xmbdfed-4.3.patch3) = 4206610384de33f7af88e8bd7ad798e5
diff --git a/x11-fonts/xmbdfed/files/patch-aa b/x11-fonts/xmbdfed/files/patch-aa
index d7b2e065bd8f..ee07cb19e561 100644
--- a/x11-fonts/xmbdfed/files/patch-aa
+++ b/x11-fonts/xmbdfed/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon May 3 19:17:50 1999
-+++ Makefile Mon Nov 1 13:41:33 1999
+--- Makefile.orig Tue May 4 02:17:50 1999
++++ Makefile Thu Jan 6 23:55:37 2000
@@ -23,8 +23,8 @@
#
# $Id: Makefile,v 1.8 1999/05/03 17:17:50 mleisher Exp $
@@ -19,7 +19,7 @@
-#FTYPE_LIBS = -L/user/local/lib -lttf
-#FTYPE_DEFS = -DHAVE_FREETYPE
+.if defined(USE_FREETYPE)
-+FTYPE_INCS = -I${LOCALBASE}/include
++FTYPE_INCS = -I${LOCALBASE}/include/freetype
+FTYPE_LIBS = -L${LOCALBASE}/lib -lttf
+FTYPE_DEFS = -DHAVE_FREETYPE
+.endif
diff --git a/x11-fonts/xmbdfed/pkg-descr b/x11-fonts/xmbdfed/pkg-descr
index c588ea5e2b45..e13b38fb70af 100644
--- a/x11-fonts/xmbdfed/pkg-descr
+++ b/x11-fonts/xmbdfed/pkg-descr
@@ -18,3 +18,5 @@ XmBDFEditor is a Motif-based BDF font editor with the following features:
o Imports Linux console fonts (PSF, CP, and FNT).
o Imports Sun console fonts (vfont format).
o Imports fonts from the X server.
+
+WWW: http://crl.nmsu.edu/~mleisher/xmbdfed.html