blob: a6d827b0e4030f57f71941f1d3f2610b00520d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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-based viewer for text files
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAKE_ARGS= MAKE="${MAKE_CMD}"
MAN1= xless.1
MANCOMPRESSED= yes
NO_STAGE= yes
.include <bsd.port.mk>
|