mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
601 B
Makefile
30 lines
601 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: gv
|
|
# Version required: gv-3.5.8
|
|
# Date created: 16 Apr 1996
|
|
# Whom: tg@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gv-3.5.8
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gv/unix/ \
|
|
${MASTER_SITE_TEX_CTAN}
|
|
MASTER_SITE_SUBDIR= support/ghostscript/gnu/gv/unix
|
|
|
|
MAINTAINER= obrien@freebsd.org
|
|
|
|
LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= gv.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@(cd ${WRKSRC}; ${MAKE} install.doc)
|
|
.endif
|
|
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.mk>
|