aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostview/Makefile
blob: e4362a31ecf1aed94f5bd28712674b98126bd817 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    ghostview
# Version required: 1.5
# Date created:     21 October 1994
# Whom:         jkh
#
# $Id: Makefile,v 1.8 1996/11/18 10:25:35 asami Exp $
#

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

MAINTAINER= ports@FreeBSD.org

USE_IMAKE=  yes

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

.include <bsd.port.mk>