Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
18 lines
447 B
Makefile
18 lines
447 B
Makefile
# $NetBSD: Makefile,v 1.7 2010/06/13 22:47:21 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= xgfe-2.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN=graphics/gnuplot/contrib}
|
|
|
|
MAINTAINER= dprice@cs.nmsu.edu
|
|
COMMENT= GUI front end for Gnuplot plotting package
|
|
|
|
WRKSRC= ${WRKDIR}/xgfe-2.1/source
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|