summaryrefslogtreecommitdiff
path: root/x11-fonts/xmbdfed/Makefile
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1999-08-13 16:58:53 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1999-08-13 16:58:53 +0000
commitcc1068f6ac4689d99e3dcd93098cbf1c3cacddc5 (patch)
treec7e6cfffe9240fdf2f5276b46be00f6131ed17de /x11-fonts/xmbdfed/Makefile
parentVariable ``BROWSER_VER'' should be overrideable for (diff)
Upgrade from 3.7 to 3.9.
PR: 12873 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Notes
Notes: svn path=/head/; revision=20689
Diffstat (limited to '')
-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>