diff options
Diffstat (limited to 'x11-fonts/font-bh-75dpi/Makefile')
-rw-r--r-- | x11-fonts/font-bh-75dpi/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-fonts/font-bh-75dpi/Makefile b/x11-fonts/font-bh-75dpi/Makefile new file mode 100644 index 000000000000..87e706164556 --- /dev/null +++ b/x11-fonts/font-bh-75dpi/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: font-bh-75dpi +# Date created: 28 Aug 2005 +# Whom: Pawel Worach +# +# $FreeBSD$ +# + +PORTNAME= font-bh-75dpi +PORTVERSION= 1.0.0 +CATEGORIES= x11-fonts + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org Bigelow Holmes 75dpi font + +XORG_CAT= font +USE_XORG= fontutil + +.include <bsd.port.mk> |