mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
27 lines
518 B
Makefile
27 lines
518 B
Makefile
# 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
|
|
|
|
LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype
|
|
|
|
USE_X_PREFIX= yes
|
|
REQUIRES_MOTIF= yes
|
|
|
|
MAN1= xmbdfed.1
|
|
|
|
.include <bsd.port.mk>
|