Changeset View
Changeset View
Standalone View
Standalone View
print/system-config-printer/Makefile
| Show All 24 Lines | USES= desktop-file-utils gettext gmake pathfix pkgconfig python:2 \ | ||||
| shebangfix tar:xz | shebangfix tar:xz | ||||
| CPPFLAGS+= -I${LOCALBASE}/include | CPPFLAGS+= -I${LOCALBASE}/include | ||||
| LDFLAGS+= -L${LOCALBASE}/lib | LDFLAGS+= -L${LOCALBASE}/lib | ||||
| USE_GNOME= intlhack pygobject3 | USE_GNOME= intlhack pygobject3 | ||||
| CONFIGURE_ARGS= --without-udev-rules \ | CONFIGURE_ARGS= --without-udev-rules \ | ||||
| --without-systemdsystemunitdir | --without-systemdsystemunitdir | ||||
| PLIST_SUB= PYTHON_VER=${PYTHON_VERSION:S/python//} | |||||
| SHEBANG_FILES= *.py troubleshoot/*.py xml/validate.py | SHEBANG_FILES= *.py troubleshoot/*.py xml/validate.py | ||||
| PYDISTUTILS_PKGNAME= cupshelpers | PYDISTUTILS_PKGNAME= cupshelpers | ||||
| PYDISTUTILS_PKGVERSION= 1.0 | PYDISTUTILS_PKGVERSION= 1.0 | ||||
| post-patch: | post-patch: | ||||
| @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ | @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \ | ||||
| s|%%PREFIX%%|${PREFIX}|g' \ | s|%%PREFIX%%|${PREFIX}|g' \ | ||||
| Show All 9 Lines | |||||