25 lines
505 B
Makefile
25 lines
505 B
Makefile
# OpenBSD makefile for: ghostview
|
|
# Version required: 1.5
|
|
# Date created: December 2, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.13 2002/05/14 11:49:22 fgsch Exp $
|
|
#
|
|
|
|
COMMENT= "X11 front-end for ghostscript"
|
|
|
|
DISTNAME= ghostview-1.5
|
|
CATEGORIES= print
|
|
NEED_VERSION= 1.528
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=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>
|