100196f27a
Especially now that the default line is more verbose.
26 lines
523 B
Makefile
26 lines
523 B
Makefile
# OpenBSD makefile for: ghostview
|
|
# Version required: 1.5
|
|
# Date created: December 2, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.11 2001/10/28 13:05:49 espie Exp $
|
|
#
|
|
|
|
COMMENT= "X11 front-end for ghostscript"
|
|
|
|
DISTNAME= ghostview-1.5
|
|
CATEGORIES= print
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ghostview
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= imake
|
|
|
|
.include <bsd.port.mk>
|