1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11-fonts/libfontenc/Makefile
2021-04-06 16:31:07 +02:00

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>