1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/misc/xless/Makefile
Baptiste Daroussin 9f4bfc4080 Mark jobs unsafe
2013-07-10 11:42:07 +00:00

22 lines
495 B
Makefile

# Created by: Conrad Sabatier <conrads@home.com>
# $FreeBSD$
PORTNAME= xless
PORTVERSION= 1.7
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
COMMENT= X11 viewer for text files. Useful as an add-on tool for other apps
MAKE_JOBS_UNSAFE= yes
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAN1= xless.1
MANCOMPRESSED= yes
.include <bsd.port.mk>