aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/libfontenc
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/libfontenc')
-rw-r--r--x11-fonts/libfontenc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-fonts/libfontenc/Makefile b/x11-fonts/libfontenc/Makefile
index d2669e6c0e5a..e33de45519a4 100644
--- a/x11-fonts/libfontenc/Makefile
+++ b/x11-fonts/libfontenc/Makefile
@@ -3,12 +3,18 @@
PORTNAME= libfontenc
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= The fontenc Library
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
XORG_CAT= lib
USE_XORG= xproto
+CONFIGURE_ARGS= --with-encodingsdir=${LOCALBASE}/share/fonts/encodings
+
.include <bsd.port.mk>