Newer
Older
invertedlogic / Makefiles / Makefile-qsvn-0.6.1
@John Ryland John Ryland on 19 Jan 2009 316 bytes add these
NAME=QSvn
SOURCE=http://www.anrichter.net/projects/qsvn/chrome/site/qsvn-0.6.1-src.tar.gz
TARGET=bin/qsvn
# Requires SVN headers and libraries and CMake
DEPENDS=$(PREFIX)/bin/svn $(PREFIX)/bin/cmake
CONFIGURE=cmake src
PRE_BUILD_COMMAND=rm -rf qsvn-0.6.1/src/tests/* # don't build, seems broken

include Common.mak