openbsd-ports/misc/xless/Makefile

24 lines
519 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2009/08/10 06:33:02 kili Exp $
1998-09-27 16:09:30 -04:00
COMMENT= X11 viewer for text files
1998-05-20 03:01:41 -04:00
DISTNAME= xless-1.7
PKGNAME= ${DISTNAME}p1
1998-05-20 03:01:41 -04:00
CATEGORIES= misc
2000-03-22 16:36:08 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-14 04:43:39 -05:00
WANTLIB= ICE SM Xau Xdmcp X11 Xaw Xext Xmu Xp Xpm Xt c pthread-stubs xcb
2000-03-22 16:36:08 -05:00
2002-07-26 15:38:46 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
CONFIGURE_STYLE=imake
2006-11-13 06:20:24 -05:00
USE_X11= Yes
2002-10-27 16:07:53 -05:00
NO_REGRESS= Yes
1998-05-20 03:01:41 -04:00
.include <bsd.port.mk>