freebsd-ports/print/ghostview/Makefile

23 lines
380 B
Makefile
Raw Normal View History

1994-10-22 01:42:23 -04:00
# New ports collection makefile for: ghostview
# Date created: 21 October 1994
# Whom: jkh
#
1999-08-30 21:53:22 -04:00
# $FreeBSD$
1994-10-22 01:42:23 -04:00
#
2000-04-09 13:50:59 -04:00
PORTNAME= ghostview
PORTVERSION= 1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ghostview
1995-04-15 00:34:11 -04:00
MAINTAINER= ports@FreeBSD.org
1995-04-15 00:34:11 -04:00
USE_IMAKE= yes
MAN1= ghostview.1
1995-04-15 00:34:11 -04:00
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
1994-10-22 01:42:23 -04:00
.include <bsd.port.mk>