24 lines
463 B
Makefile
24 lines
463 B
Makefile
# New ports collection makefile for: xmbdfed
|
|
# Version required: 2.7
|
|
# Date created: June 20, 1997
|
|
# Whom: jfieber
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/09/21 17:54:26 jfieber Exp $
|
|
#
|
|
|
|
DISTNAME= xmbdfed-2.7
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/
|
|
|
|
MAINTAINER= jfieber@FreeBSD.ORG
|
|
|
|
PATCH_SITES= ${MASTER_SITES}
|
|
#PATCHFILES= xmbdfed-2.3.patch1 xmbdfed-2.3.patch2
|
|
|
|
USE_X11= yes
|
|
REQUIRES_MOTIF= yes
|
|
|
|
MAN1= xmbdfed.1
|
|
|
|
.include <bsd.port.mk>
|