blob: f5e0466e0644d1dca01e607c5dd96c9f8af8d03a (
plain)
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
|
# New ports collection makefile for: xmbdfed
# Date created: June 20, 1997
# Whom: jfieber
#
# $FreeBSD$
#
PORTNAME= xmbdfed
PORTVERSION= 4.3.3
CATEGORIES= x11-fonts
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
DISTNAME= ${PORTNAME}-4.3
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${DISTNAME}.patch1 ${DISTNAME}.patch2 ${DISTNAME}.patch3
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
USE_X_PREFIX= yes
REQUIRES_MOTIF= yes
MAN1= xmbdfed.1
.include <bsd.port.mk>
|