26 lines
555 B
Makefile
26 lines
555 B
Makefile
# OpenBSD makefile for: xless
|
|
# Version required: 1.7
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.12 2002/03/21 21:09:19 espie Exp $
|
|
#
|
|
|
|
COMMENT= "X11 viewer for text files"
|
|
|
|
DISTNAME= xless-1.7
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.515
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
|
|
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=imake
|
|
|
|
.include <bsd.port.mk>
|