freebsd-ports/x11-fonts/xmbdfed/Makefile
Christian Weisgerber 852f3548f1 Update to 4.7, patch 1. Notable changes in this release:
* Completely revamped the PSF font import/export system to make it
  actually useable.
* Changed to use FreeType 2.
* Miscellaneous fixes.
2004-03-18 18:11:03 +00:00

29 lines
566 B
Makefile

# New ports collection makefile for: xmbdfed
# Date created: June 20, 1997
# Whom: jfieber
#
# $FreeBSD$
#
PORTNAME= xmbdfed
PORTVERSION= 4.7.1
CATEGORIES= x11-fonts
MASTER_SITES= http://crl.nmsu.edu/~mleisher/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
PATCH_SITES= ${MASTER_SITES}
PATCHFILES= ${DISTNAME}-patch1
MAINTAINER= ports@FreeBSD.org
COMMENT= A Motif tool for editing X11 bitmap fonts
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_MOTIF= yes
MAN1= xmbdfed.1
PLIST_FILES= bin/xmbdfed
.include <bsd.port.mk>