24 lines
517 B
Makefile
24 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.21 2010/04/24 20:18:39 naddy Exp $
|
|
|
|
COMMENT= X11 viewer for text files
|
|
|
|
DISTNAME= xless-1.7
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= misc
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM Xau Xdmcp X11 Xaw Xext Xmu Xpm Xt c pthread-stubs xcb
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
|
|
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|