mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
b8b6e6fc63
- Switch to PLIST_FILES - Rename patches to canonical names
23 lines
560 B
Makefile
23 lines
560 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}"
|
|
|
|
PLIST_FILES= bin/xless lib/X11/xless.help lib/X11/app-defaults/XLess \
|
|
lib/X11/app-defaults/XLess-color man/man1/xless.1.gz
|
|
|
|
.include <bsd.port.mk>
|