pkgsrc/graphics/plotmtv/Makefile

27 lines
684 B
Makefile
Raw Normal View History

2001-05-03 22:18:55 +02:00
# $NetBSD: Makefile,v 1.6 2001/05/03 20:18:55 jtb Exp $
DISTNAME= Plotmtv1.4.1
PKGNAME= plotmtv-1.4.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
EXTRACT_SUFX= .tar.Z
MAINTAINER= packages@netbsd.org
COMMENT= Multipurpose X11 plotting program
WRKSRC= ${WRKDIR}/Plotmtv1.4.1
2001-05-03 22:18:55 +02:00
USE_IMAKE= yes
USE_X11BASE= yes
2000-12-14 03:18:50 +01:00
post-extract:
@${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/plotmtv
2000-12-14 03:18:50 +01:00
${INSTALL_DATA} ${WRKSRC}/Tests/*.mtv ${PREFIX}/share/examples/plotmtv
${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.sh ${WRKSRC}/Tests/run.csh \
${PREFIX}/share/examples/plotmtv
.include "../../mk/bsd.pkg.mk"