openbsd-ports/misc/xless/Makefile

25 lines
533 B
Makefile
Raw Normal View History

1998-05-20 03:01:41 -04:00
# OpenBSD makefile for: xless
# Version required: 1.7
# Date created: May 20 1998
# Whom: Angelos D. Keromytis
#
2002-05-13 19:31:24 -04:00
# $OpenBSD: Makefile,v 1.13 2002/05/13 23:31:26 espie Exp $
1998-05-20 03:01:41 -04:00
#
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
CATEGORIES= misc
2002-03-21 16:09:16 -05:00
NEED_VERSION= 1.515
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
1998-05-20 03:01:41 -04:00
ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
2000-03-22 16:36:08 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE=imake
1998-09-27 16:09:30 -04:00
1998-05-20 03:01:41 -04:00
.include <bsd.port.mk>