source: rtems-libbsd/ipsec-tools/rpm/Makefile.am

6-freebsd-12
Last change on this file was ff36f5e, checked in by Christian Mauderer <christian.mauderer@…>, on 05/30/18 at 12:27:35

Import ipsec-tools 0.8.2.

Import unchanged ipsec-tools sources in the release version 0.8.2. The
homepage of ipsec-tools is http://ipsec-tools.sourceforge.net/. The
sources can be obtained from there.

  • Property mode set to 100644
File size: 487 bytes
Line 
1SUBDIRS = suse
2
3EXTRA_DIST = \
4  ipsec-tools.spec.in
5
6all-local: ipsec-tools.spec
7
8## We borrow guile's convention and use @-...-@ as the substitution
9## brackets here, instead of the usual @...@.  This prevents autoconf
10## from substituting the values directly into the left-hand sides of
11## the sed substitutions.  *sigh*
12ipsec-tools.spec: ipsec-tools.spec.in Makefile
13        rm -f $@.tmp
14        sed < $< > $@.tmp \
15            -e 's:@-VERSION-@:${VERSION}:'
16        mv $@.tmp $@
17
18CLEANFILES = ipsec-tools.spec
Note: See TracBrowser for help on using the repository browser.