- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
16 lines
586 B
Makefile
16 lines
586 B
Makefile
# $FreeBSD$
|
|
all:
|
|
make -f Makefile.flib LOCALBASE="${LOCALBASE}"
|
|
make -f Makefile.clib
|
|
make -f Makefile.bin LOCALBASE="${LOCALBASE}"
|
|
make -f Makefile.doc
|
|
|
|
install:
|
|
install -c *.a *.so.5* ${PREFIX}/lib
|
|
mkdir -p ${PREFIX}/share/pgplot
|
|
install -c grfont.dat rgb.txt pgplot.doc pgplot.html pgplot-routines.tex cpg/cpgplot.doc ${PREFIX}/share/pgplot
|
|
install -c cpgplot.h ${PREFIX}/include
|
|
install -c Makefile.demo examples/pgdemo*.f cpg/cpgdemo.c ${PREFIX}/share/pgplot
|
|
cp pgdispd/aaaread.me ${PREFIX}/share/pgplot/readme.pgdisp
|
|
install -c -s pgxwin_server pgdisp ${PREFIX}/bin
|