Changeset View
Changeset View
Standalone View
Standalone View
devel/gps/Makefile
| Show All 27 Lines | RUN_DEPENDS= rsvg-convert:graphics/librsvg2 \ | ||||
| ${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8 \ | ${PYTHON_PKGNAMEPREFIX}pep8>0:devel/pep8 \ | ||||
| ${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi | ${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| USES= ada:run gettext gmake perl5 pkgconfig python | USES= ada:run gettext gmake perl5 pkgconfig python | ||||
| USE_XORG= x11 | USE_XORG= x11 | ||||
| USE_PERL5= build | USE_PERL5= build | ||||
| USE_GNOME= glib20 pygobject3 gtk30 pango atk cairo gdkpixbuf2 | USE_GNOME= glib20 pygobject3 gtk30 pango atk cairo gdkpixbuf2 | ||||
| PYCOMPILE= ${PREFIX}/lib/${PYTHON_VERSION}/compileall.py | PYCOMPILE= ${PYTHON_LIBDIR}/compileall.py | ||||
| AWKREVDATE= '/Last Changed Date/ {print "\"s|unknown date|" $$4 "|\""}' | AWKREVDATE= '/Last Changed Date/ {print "\"s|unknown date|" $$4 "|\""}' | ||||
| GPSVER= GPS_VERSION=${PORTVERSION} | GPSVER= GPS_VERSION=${PORTVERSION} | ||||
| ALL_TARGET= default | ALL_TARGET= default | ||||
| NO_MTREE= yes | NO_MTREE= yes | ||||
| SUB_FILES= gps | SUB_FILES= gps | ||||
| PORTGDB= ${GDBVER:S/.//g} | PORTGDB= ${GDBVER:S/.//g} | ||||
| # note: librsvg2 is needed to display the svg icons in the menu. Actually | # note: librsvg2 is needed to display the svg icons in the menu. Actually | ||||
| ▲ Show 20 Lines • Show All 74 Lines • Show Last 20 Lines | |||||