Convert to USE_NEW_TEXINFO.
While here fix CONFLICTS.
This commit is contained in:
parent
f360ed28a3
commit
4e28e7452a
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2003/06/07 17:39:25 jschauma Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/07/03 15:32:35 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnuplot-3.7.3
|
||||
|
@ -13,13 +13,16 @@ MAINTAINER= root@garbled.net
|
|||
HOMEPAGE= http://sourceforge.net/projects/gnuplot/
|
||||
COMMENT= gnuplot is a nice plotting utility
|
||||
|
||||
CONFLICTS+= ${DISTNAME:C/-[0-9].*//}
|
||||
CONFLICTS+= gnuplot-[0-9]*
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
|
||||
USE_GNU_READLINE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
USE_NEW_TEXINFO= YES
|
||||
INFO_FILES= gnuplot.info
|
||||
|
||||
CONFIGURE_ARGS+= --with-pdf
|
||||
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
||||
|
@ -29,5 +32,4 @@ CONFIGURE_ARGS+= --without-x
|
|||
.include "../../graphics/plotutils-nox11/buildlink2.mk"
|
||||
.include "../../graphics/png/buildlink2.mk"
|
||||
.include "../../print/pdflib/buildlink2.mk"
|
||||
.include "../../mk/texinfo.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2003/06/07 17:39:25 jschauma Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2003/07/03 15:32:36 seb Exp $
|
||||
bin/gnuplot
|
||||
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gnuplot.info
|
||||
info/gnuplot.info
|
||||
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gnuplot.info
|
||||
man/man1/gnuplot.1
|
||||
share/gnuplot.gih
|
||||
|
|
Loading…
Reference in a new issue