# Original package info. The original mpm-itk version string
# has the form x.y.z-p and our GARVERSION has the form x.y.z.p
# so we make the necessary transformation here.
ORIGNAME = $(GARNAME)
ORIGVERSION = $(shell echo $(GARVERSION) | sed -r 's/\.([^\.]+)$$/-\1/g')


