blob: 5e4014fa9e892d0f45c5fd0bb768d4cef48429c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Dejan Lesjak <lesi@FreeBSD.org>
PORTNAME= libfontenc
PORTVERSION= 1.1.4
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The fontenc Library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:lib
USE_XORG= xorgproto
CONFIGURE_ARGS= --with-encodingsdir=${LOCALBASE}/share/fonts/encodings
.include <bsd.port.mk>
|