blob: c2b67b538114431b0a6357929f40d3545f21487a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: encodings
# Date created: Oct 29 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= encodings
PORTVERSION= 1.0.2
PORTEPOCH= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Encoding fonts
XORG_CAT= font
USE_XORG= fontutil
FONTDIR= encodings/large encodings
.include <bsd.port.mk>
|