Changeset View
Changeset View
Standalone View
Standalone View
head/security/py-yara-editor/Makefile
Show All 9 Lines | |||||
MAINTAINER= antoine@FreeBSD.org | MAINTAINER= antoine@FreeBSD.org | ||||
COMMENT= Editor for yara rules | COMMENT= Editor for yara rules | ||||
LICENSE= GPLv3 | LICENSE= GPLv3 | ||||
BROKEN= Unfetchable (google code has gone away) | BROKEN= Unfetchable (google code has gone away) | ||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:devel/py-qt4-core \ | RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara | ||||
${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ | |||||
${PYTHON_PKGNAMEPREFIX}yara>=0:security/py-yara | |||||
USES= python:2 | USES= pyqt:4 python:2 | ||||
USE_PYQT= core_run gui_run | |||||
USE_PYTHON= distutils autoplist | USE_PYTHON= distutils autoplist | ||||
OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} | DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} | ||||
PORTDOCS= README | PORTDOCS= README | ||||
post-patch: | post-patch: | ||||
Show All 9 Lines |