mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# 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>
|