summaryrefslogtreecommitdiff
path: root/print/ghostview/Makefile
blob: bd6cbf0738048b51f04717d55357e58711e0539a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	ghostview
# Version required:	1.5
# Date created:		21 October 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.11 1998/10/20 01:48:36 steve Exp $
#

DISTNAME=	ghostview-1.5
CATEGORIES=	print
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	ghostview

MAINTAINER=	ports@FreeBSD.org

USE_IMAKE=	yes
MAN1=		ghostview.1

post-install:
	@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>