1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/misc/xless/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

19 lines
474 B
Makefile

PORTNAME= xless
PORTVERSION= 1.7
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= XCONTRIB/applications \
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
MAINTAINER= ports@FreeBSD.org
COMMENT= X11-based viewer for text files
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAKE_ARGS= MAKE="${MAKE_CMD}"
PLIST_FILES= bin/xless lib/X11/xless.help lib/X11/app-defaults/XLess \
lib/X11/app-defaults/XLess-color share/man/man1/xless.1.gz
.include <bsd.port.mk>