1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/print/ghostview/Makefile

22 lines
406 B
Makefile
Raw Normal View History

1994-10-22 05:42:23 +00:00
# New ports collection makefile for: ghostview
# Version required: 1.5
# Date created: 21 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.10 1997/07/13 18:49:28 max Exp $
1994-10-22 05:42:23 +00:00
#
DISTNAME= ghostview-1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
1995-04-15 04:34:11 +00:00
MAINTAINER= ports@FreeBSD.org
1995-04-15 04:34:11 +00:00
USE_IMAKE= yes
MAN1= ghostview.1
1995-04-15 04:34:11 +00:00
post-install:
1997-07-13 18:49:31 +00:00
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
1994-10-22 05:42:23 +00:00
.include <bsd.port.mk>