2014-05-23 15:54:04 +00:00
|
|
|
LICENSE := BSD
|
2017-11-14 15:03:16 +00:00
|
|
|
VERSION := cvs
|
|
|
|
DOWNLOADS := rump.cvs
|
2014-05-23 15:54:04 +00:00
|
|
|
|
2017-11-14 15:03:16 +00:00
|
|
|
$(call check_tool, cvs)
|
2014-05-23 15:54:04 +00:00
|
|
|
|
2017-11-14 15:03:16 +00:00
|
|
|
URL(rump) := :pserver:anoncvs@anoncvs.netbsd.org:2401/cvsroot
|
|
|
|
REV(rump) := "20141216 2100UTC"
|
|
|
|
DIR(rump) := src/lib/dde_rump
|
|
|
|
HASH_INPUT += $(REP_DIR)/rump.list
|
2014-05-23 15:54:04 +00:00
|
|
|
|
|
|
|
PATCHES := $(shell find $(REP_DIR)/patches/*.patch)
|
|
|
|
PATCH_OPT := -N -d ${DIR(rump)} -p1
|
|
|
|
|
2017-11-14 15:03:16 +00:00
|
|
|
%.cvs:
|
|
|
|
@echo "CVS checkout rump ..."
|
|
|
|
$(VERBOSE)cat $(REP_DIR)/rump.list | xargs cvs -d $(URL($*)) -Q -z3 export \
|
|
|
|
-D $(REV($*)) -d $(DIR($*))
|
2014-05-23 15:54:04 +00:00
|
|
|
|
|
|
|
# vi: set ft=make :
|