openbsd-ports/print/ghostview/Makefile

22 lines
429 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
#
1999-03-06 20:38:58 -05:00
# $OpenBSD: Makefile,v 1.2 1999/03/07 01:39:00 brad Exp $
1997-12-02 23:32:18 -05:00
#
DISTNAME= ghostview-1.5
CATEGORIES= print
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
MAINTAINER= angelos@openbsd.org
USE_IMAKE= yes
post-install:
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>