diff options
author | John Fieber <jfieber@FreeBSD.org> | 1997-07-16 02:18:28 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1997-07-16 02:18:28 +0000 |
commit | d2e1018ff1143af0cf268615a95850548d6347b3 (patch) | |
tree | 9e391ffef247ae05792ea5a529a08352ef253338 /x11-fonts/xmbdfed/Makefile | |
parent | 31e5275c1b7ba393d2c7a28a1d02d5445cabe9e2 (diff) |
Notes
Diffstat (limited to 'x11-fonts/xmbdfed/Makefile')
-rw-r--r-- | x11-fonts/xmbdfed/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-fonts/xmbdfed/Makefile b/x11-fonts/xmbdfed/Makefile new file mode 100644 index 000000000000..e615e3f84d90 --- /dev/null +++ b/x11-fonts/xmbdfed/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xmbdfed +# Version required: 2.2 +# Date created: June 20, 1997 +# Whom: jfieber +# +# $Id$ +# + +DISTNAME= xmbdfed-2.2 +CATEGORIES= x11 +MASTER_SITES= ftp://crl.nmsu.edu/CLR/multiling/General/ + +MAINTAINER= jfieber@FreeBSD.ORG + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= xmbdfed-2.2.patch1 + +USE_X11= yes +REQUIRES_MOTIF= yes + +MAN1= xmbdfed.1 + +.include <bsd.port.mk> |