mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
31 lines
704 B
Makefile
31 lines
704 B
Makefile
# 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>
|