1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/x11-fonts/xmbdfed/Makefile

30 lines
564 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmbdfed
1998-10-28 23:41:24 +00:00
# Version required: 3.4
# Date created: June 20, 1997
# Whom: jfieber
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
DISTNAME= xmbdfed-4.2
CATEGORIES= x11-fonts
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
MAINTAINER= ports@freebsd.org
1998-10-30 07:45:50 +00:00
.if defined(USE_FREETYPE)
1999-11-25 03:41:57 +00:00
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} "You can add the optional FreeType import capability by defining USE_FREETYPE"
.endif
.include <bsd.port.mk>