mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 19:55:14 +00:00
12 lines
264 B
Makefile
12 lines
264 B
Makefile
VERSION=0.8.6
|
|
SRCFILE=/opt/local/etc/macports/sources.conf
|
|
|
|
all:
|
|
sudo port pkg radare2
|
|
zip -r radare2-${VERSION}.pkg.zip security/radare2/radare2-${VERSION}.pkg
|
|
|
|
setup:
|
|
[ -z "`grep -v '${PWD}' ${SRCFILE}`" ] && \
|
|
echo "file://${PWD}" >> ${SRCFILE}
|
|
portindex
|