mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
75a9e1beaa
English and 3 Japanese) and we don't want the package to have a @pkgdep on a particular version.
21 lines
390 B
Makefile
21 lines
390 B
Makefile
# New ports collection makefile for: ghostview
|
|
# Version required: 1.5
|
|
# Date created: 21 October 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/11/18 10:25:35 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ghostview-1.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|