e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
26 lines
702 B
Makefile
26 lines
702 B
Makefile
# $NetBSD: Makefile,v 1.9 2003/06/02 01:19:17 jschauma Exp $
|
|
|
|
DISTNAME= Plotmtv1.4.1
|
|
PKGNAME= plotmtv-1.4.1
|
|
PKGREVISION= 1
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
COMMENT= Multipurpose X11 plotting program
|
|
|
|
USE_IMAKE= yes
|
|
USE_X11BASE= yes
|
|
|
|
post-extract:
|
|
@${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/plotmtv
|
|
${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"
|