summaryrefslogblamecommitdiff
path: root/x11-fonts/xmbdfed/Makefile
blob: 761bd9c7980659a0ec3978804fc438a0d53247a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               
                           


                                     
                                                       

 
                           
                         

                                                         
                               
                                                     
 

                                   



                                                
                   



                         




                                                                                               
                      
# New ports collection makefile for:	xmbdfed
# Version required:	3.4
# Date created:		June 20, 1997
# Whom:			jfieber
#
# $Id: Makefile,v 1.9 1999/01/16 23:25:56 jfieber Exp $
#

DISTNAME=	xmbdfed-3.9
CATEGORIES=	x11-fonts
MASTER_SITES=	ftp://crl.nmsu.edu/CLR/multiling/General/

PATCH_SITES=	${MASTER_SITES}
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>