Update x11-fonts/alef to version 1.0_4
[dports.git] / x11-fonts / libfontenc / Makefile
1 # Created by: Dejan Lesjak <lesi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       libfontenc
5 PORTVERSION=    1.1.4
6 CATEGORIES=     x11-fonts
7
8 MAINTAINER=     x11@FreeBSD.org
9 COMMENT=        The fontenc Library
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/COPYING
13
14 USES=           xorg xorg-cat:lib
15 USE_XORG=       xorgproto
16
17 CONFIGURE_ARGS= --with-encodingsdir=${LOCALBASE}/share/fonts/encodings
18
19 .include <bsd.port.mk>