freebsd-ports/misc/xless/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

25 lines
555 B
Makefile

# New ports collection makefile for: xless
# Date created: 23 December 1996
# Whom: 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= An X11 viewer for text files. Useful as an add-on tool for other apps
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xpm xt
MAN1= xless.1
MANCOMPRESSED= yes
.include <bsd.port.mk>