move the common bits of these packages out into gnuplot/Makefile.common.
no functional change.
This commit is contained in:
parent
2704a2aa94
commit
8761b80efd
3 changed files with 36 additions and 49 deletions
|
@ -1,35 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.6 2004/06/25 17:09:27 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2004/06/26 06:40:08 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnuplot-4.0.0
|
||||
PKGNAME= ${DISTNAME:C/-/-nox11-/}
|
||||
SVR4_PKGNAME= gplot
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
|
||||
ftp://ftp.ucc.ie/pub/gnuplot/ \
|
||||
ftp://ftp.cc.monash.edu.au/pub/gnuplot/
|
||||
|
||||
MAINTAINER= root@garbled.net
|
||||
HOMEPAGE= http://gnuplot.sourceforge.net/
|
||||
COMMENT= Portable interactive, function plotting utility
|
||||
|
||||
CONFLICTS+= gnuplot-[0-9]*
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
|
||||
USE_GNU_READLINE= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
USE_MAKEINFO= YES
|
||||
INFO_FILES= gnuplot.info
|
||||
|
||||
CONFIGURE_ARGS+= --with-pdf
|
||||
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../graphics/gnuplot/Makefile.common"
|
||||
|
||||
.include "../../graphics/plotutils-nox11/buildlink3.mk"
|
||||
.include "../../graphics/gd/buildlink3.mk"
|
||||
.include "../../print/pdflib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,36 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.28 2004/06/25 17:08:13 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2004/06/26 06:40:08 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnuplot-4.0.0
|
||||
SVR4_PKGNAME= gplot
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
|
||||
ftp://ftp.ucc.ie/pub/gnuplot/ \
|
||||
ftp://ftp.cc.monash.edu.au/pub/gnuplot/
|
||||
|
||||
MAINTAINER= root@garbled.net
|
||||
HOMEPAGE= http://gnuplot.sourceforge.net/
|
||||
COMMENT= Portable interactive, function plotting utility
|
||||
CATEGORIES+= x11
|
||||
|
||||
CONFLICTS+= gnuplot-nox11-[0-9]*
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK3= YES
|
||||
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
|
||||
USE_GNU_READLINE= YES
|
||||
USE_X11= YES
|
||||
|
||||
USE_MAKEINFO= YES
|
||||
INFO_FILES= gnuplot.info
|
||||
.include "../../graphics/gnuplot/Makefile.common"
|
||||
|
||||
CONFIGURE_ARGS+= --with-pdf
|
||||
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
||||
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../graphics/plotutils/buildlink3.mk"
|
||||
.include "../../graphics/gd/buildlink3.mk"
|
||||
.include "../../print/pdflib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
30
graphics/gnuplot/Makefile.common
Normal file
30
graphics/gnuplot/Makefile.common
Normal file
|
@ -0,0 +1,30 @@
|
|||
# $NetBSD: Makefile.common,v 1.1 2004/06/26 06:40:08 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnuplot-4.0.0
|
||||
CATEGORIES+= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
|
||||
ftp://ftp.ucc.ie/pub/gnuplot/ \
|
||||
ftp://ftp.cc.monash.edu.au/pub/gnuplot/
|
||||
|
||||
MAINTAINER= root@garbled.net
|
||||
HOMEPAGE= http://gnuplot.sourceforge.net/
|
||||
COMMENT= Portable interactive, function plotting utility
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_BUILDLINK3= YES
|
||||
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
|
||||
USE_GNU_READLINE= YES
|
||||
|
||||
USE_MAKEINFO= YES
|
||||
INFO_FILES= gnuplot.info
|
||||
|
||||
CONFIGURE_ARGS+= --with-pdf
|
||||
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
||||
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../graphics/gd/buildlink3.mk"
|
||||
.include "../../print/pdflib/buildlink3.mk"
|
Loading…
Reference in a new issue