fbc3127a36
PR: ports/13595 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
29 lines
564 B
Makefile
29 lines
564 B
Makefile
# New ports collection makefile for: xmbdfed
|
|
# Version required: 3.4
|
|
# Date created: June 20, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xmbdfed-4.2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
|
|
|
|
MAINTAINER= ports@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>
|