1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/misc/xless/Makefile
Alexey Dokuchaev ef4953f792 - Fix parallel (-jX) builds by using NamedMakeSubdirs() macro instead of
MakeSubdirs(); doing so allows imake to generate non-racy dependencies
- Ensure that MAKE has correct value; cleanup the COMMENT while I'm here
2013-08-24 12:32:33 +00:00

23 lines
468 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-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
.include <bsd.port.mk>