freebsd-ports/print/ghostview/Makefile

23 lines
438 B
Makefile
Raw Normal View History

1994-10-22 06:42:23 +01: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 06:42:23 +01:00
#
DISTNAME= ghostview-1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ghostview
1995-04-15 06:34:11 +02:00
MAINTAINER= ports@FreeBSD.org
1995-04-15 06:34:11 +02:00
USE_IMAKE= yes
MAN1= ghostview.1
1995-04-15 06:34:11 +02:00
post-install:
1997-07-13 20:49:31 +02:00
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
1994-10-22 06:42:23 +01:00
.include <bsd.port.mk>