NetBSD/crypto/dist/ipsec-tools/rpm/Makefile.am
manu a8f0ad3c37 Import ipsec-tools (tag ipsec-tools-0_6-base in ipsec-tools CVS)
ipsec-tools is a fork from KAME racoon/libipsec/setkey, with many
enhancements.
2005-02-12 11:11:11 +00:00

19 lines
487 B
Makefile

SUBDIRS = suse
EXTRA_DIST = \
ipsec-tools.spec.in
all-local: ipsec-tools.spec
## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@. This prevents autoconf
## from substituting the values directly into the left-hand sides of
## the sed substitutions. *sigh*
ipsec-tools.spec: ipsec-tools.spec.in Makefile
rm -f $@.tmp
sed < $< > $@.tmp \
-e 's:@-VERSION-@:${VERSION}:'
mv $@.tmp $@
CLEANFILES = ipsec-tools.spec