openbsd-ports/print/ghostview/Makefile

26 lines
523 B
Makefile
Raw Normal View History

1997-12-02 23:32:18 -05:00
# 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 $
1997-12-02 23:32:18 -05:00
#
COMMENT= "X11 front-end for ghostscript"
1997-12-02 23:32:18 -05:00
DISTNAME= ghostview-1.5
CATEGORIES= print
NEED_VERSION= 1.402
1997-12-02 23:32:18 -05:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 20:38:58 -05:00
MASTER_SITE_SUBDIR= ghostview
1997-12-02 23:32:18 -05:00
# License: GPL
2000-06-02 15:41:58 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= imake
1997-12-02 23:32:18 -05:00
.include <bsd.port.mk>