1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11/xditview/Makefile
Emmanuel Vadot e7960dd098 x11/xditview: Sort USES and LIB_DEPENDS
Reported by:	jbeich
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2024-02-05 09:02:05 +01:00

20 lines
385 B
Makefile

PORTNAME= xditview
PORTVERSION= 1.0.7
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Display ditroff output
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xft xmu xrender xt
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>