28 lines
539 B
Makefile
28 lines
539 B
Makefile
# OpenBSD makefile for: ghostview
|
|
# Version required: 1.5
|
|
# Date created: December 2, 1997
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.3 2000/02/12 08:02:29 turan Exp $
|
|
#
|
|
|
|
DISTNAME= ghostview-1.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ghostview
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
LICENSE_TYPE= GPL
|
|
PERMIT_PKG_CDROM= YES
|
|
PERMIT_PKG_FTP= YES
|
|
PERMIT_DISTF_CDROM= YES
|
|
PERMIT_DISTF_FTP= YES
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|