aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/xmbdfed/Makefile
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/Makefile
parent7f4fb1f37f372f365f48001cefe1690ea8b3945a (diff)
downloadports-cefd155650b17c3cf1e429490ff8e8daadbb85e9.tar.gz
ports-cefd155650b17c3cf1e429490ff8e8daadbb85e9.zip
Notes
Diffstat (limited to 'x11-fonts/xmbdfed/Makefile')
-rw-r--r--x11-fonts/xmbdfed/Makefile12
1 files changed, 8 insertions, 4 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>