aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-05-14 17:04:05 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-05-14 17:04:05 +0800
commit6a89a0ef4235286cd59323e08a4e08fecef4b825 (patch)
treebd96b7fd923d6f653149b4fd07eb0f946e203b93 /x11-fonts
parent396aef8cd4b056f864c27fd36c9be909e65025e2 (diff)
downloadfreebsd-ports-gnome-6a89a0ef4235286cd59323e08a4e08fecef4b825.tar.gz
freebsd-ports-gnome-6a89a0ef4235286cd59323e08a4e08fecef4b825.tar.zst
freebsd-ports-gnome-6a89a0ef4235286cd59323e08a4e08fecef4b825.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/mkfontdir/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-fonts/mkfontdir/Makefile b/x11-fonts/mkfontdir/Makefile
index fae9f8b459c3..e9d1de57b7cc 100644
--- a/x11-fonts/mkfontdir/Makefile
+++ b/x11-fonts/mkfontdir/Makefile
@@ -8,10 +8,15 @@ CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= Create an index of X font files in a directory
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= mkfontscale:x11-fonts/mkfontscale
XORG_CAT= app
PLIST_FILES= bin/mkfontdir man/man1/mkfontdir.1.gz
+NO_ARCH= yes
+
.include <bsd.port.mk>