diff options
Diffstat (limited to 'x11/fstobdf/Makefile')
-rw-r--r-- | x11/fstobdf/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/fstobdf/Makefile b/x11/fstobdf/Makefile index a44bf0026c68..7b6844ee74ae 100644 --- a/x11/fstobdf/Makefile +++ b/x11/fstobdf/Makefile @@ -1,15 +1,17 @@ PORTNAME= fstobdf -PORTVERSION= 1.0.6 -PORTREVISION= 1 +DISTVERSION= 1.0.7 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Generate BDF font from X font server +WWW= https://gitlab.freedesktop.org/xorg/app/fstobdf -USES= xorg xorg-cat:app -USE_XORG= x11 libfs +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= tar:xz xorg xorg-cat:app +USE_XORG= libfs x11 xorgproto PLIST_FILES= bin/fstobdf share/man/man1/fstobdf.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |