summaryrefslogtreecommitdiff
path: root/x11-fonts/xmbdfed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/xmbdfed/Makefile')
-rw-r--r--x11-fonts/xmbdfed/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile
index c92425876cee..761bd9c79806 100644
--- a/x11-fonts/xmbdfed/Makefile
+++ b/x11-fonts/xmbdfed/Makefile
@@ -3,21 +3,30 @@
# Date created: June 20, 1997
# Whom: jfieber
#
-# $Id: Makefile,v 1.8 1998/10/30 07:45:50 asami Exp $
+# $Id: Makefile,v 1.9 1999/01/16 23:25:56 jfieber Exp $
#
-DISTNAME= xmbdfed-3.7
+DISTNAME= xmbdfed-3.9
CATEGORIES= x11-fonts
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
PATCH_SITES= ${MASTER_SITES}
-PATCHFILES= xmbdfed-3.7.patch1
+PATCHFILES= xmbdfed-3.9.patch1 xmbdfed-3.9.patch2
MAINTAINER= jfieber@FreeBSD.ORG
+.if defined(USE_FREETYPE)
+LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype
+.endif
+
USE_X_PREFIX= yes
REQUIRES_MOTIF= yes
MAN1= xmbdfed.1
+.if !defined(USE_FREETYPE)
+pre-extract:
+ @${ECHO} "You can add the optional FreeType import capability by defining USE_FREETYPE"
+.endif
+
.include <bsd.port.mk>