freebsd-ports/print/ghostview/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

23 lines
380 B
Makefile

# New ports collection makefile for: ghostview
# Date created: 21 October 1994
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= ghostview
PORTVERSION= 1.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ghostview
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN1= ghostview.1
post-install:
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>