freebsd-ports/x11-fonts/xmbdfed/Makefile

30 lines
566 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmbdfed
# Date created: June 20, 1997
# Whom: jfieber
#
1999-08-31 05:04:38 +02:00
# $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
2003-02-20 20:21:36 +01:00
COMMENT= A Motif tool for editing X11 bitmap fonts
1998-10-30 08:45:50 +01:00
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_MOTIF= yes
MAN1= xmbdfed.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xmbdfed
.include <bsd.port.mk>