summaryrefslogtreecommitdiff
path: root/x11-fonts/xmbdfed/Makefile
blob: 553b8e5d30e50846df1d757d6c57326959a6a22d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:	xmbdfed
# Version required:	4.3.3
# Date created:		June 20, 1997
# Whom:			jfieber
#
# $FreeBSD$
#

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

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
.endif

USE_X_PREFIX=	yes
REQUIRES_MOTIF=	yes

MAN1=		xmbdfed.1

.if !defined(USE_FREETYPE)
pre-extract:
	@${ECHO_MSG} "You can add the optional FreeType import capability by defining USE_FREETYPE"
.endif

.include <bsd.port.mk>