summaryrefslogtreecommitdiff
path: root/graphics/plotmtv/Makefile
blob: 49ca70b2fd4158527ea4a6e7396c6a7b7b9df77e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	Plotmtv
# Version required:	 1.4.0
# Date created:		19 October 1996
# Whom:			pgs
#
# $Id: Makefile,v 1.2 1997/02/26 09:44:44 asami Exp $
#

DISTNAME=	Plotmtv1.4.0
PKGNAME=	plotmtv-1.4.0
CATEGORIES=	graphics
MASTER_SITES=   ftp://tanqueray.eecs.berkeley.edu/pub/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	pgiffuni@FPS.biblos.unal.edu.co

USE_IMAKE=	yes
NO_INSTALL_MANPAGES=	yes
ALL_TARGET=	World
MAN1=		plotmtv.1

post-install:
	${INSTALL_MAN} ${WRKSRC}/Docs/plotmtv.man ${PREFIX}/man/man1/plotmtv.1
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/plotmtv
	${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \
		${PREFIX}/share/doc/plotmtv/
.endif

.include <bsd.port.mk>