19 lines
396 B
Makefile
19 lines
396 B
Makefile
# $OpenBSD: Makefile,v 1.14 2002/07/26 19:38:46 naddy Exp $
|
|
|
|
COMMENT= "X11 viewer for text files"
|
|
|
|
DISTNAME= xless-1.7
|
|
CATEGORIES= misc
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
|
|
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
|
|
|
|
CONFIGURE_STYLE=imake
|
|
|
|
.include <bsd.port.mk>
|