1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/print/ghostview/Makefile

23 lines
380 B
Makefile
Raw Normal View History

1994-10-22 05:42:23 +00:00
# New ports collection makefile for: ghostview
# Date created: 21 October 1994
# Whom: jkh
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
1994-10-22 05:42:23 +00:00
#
2000-04-09 17:50:59 +00:00
PORTNAME= ghostview
PORTVERSION= 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:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
1994-10-22 05:42:23 +00:00
.include <bsd.port.mk>