1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/print/ghostview/Makefile

23 lines
438 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.11 1998/10/20 01:48:36 steve Exp $
1994-10-22 05:42:23 +00:00
#
DISTNAME= ghostview-1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ghostview
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>