Blame


1 b2cfc4e2 2003-09-30 devnull LIB=libregexp9.a
2 b2cfc4e2 2003-09-30 devnull VERSION=2.0
3 b2cfc4e2 2003-09-30 devnull PORTPLACE=devel/libregexp9
4 b2cfc4e2 2003-09-30 devnull NAME=libregexp9
5 b2cfc4e2 2003-09-30 devnull
6 b2cfc4e2 2003-09-30 devnull OFILES=\
7 b2cfc4e2 2003-09-30 devnull regcomp.$O\
8 b2cfc4e2 2003-09-30 devnull regerror.$O\
9 b2cfc4e2 2003-09-30 devnull regexec.$O\
10 b2cfc4e2 2003-09-30 devnull regsub.$O\
11 b2cfc4e2 2003-09-30 devnull regaux.$O\
12 b2cfc4e2 2003-09-30 devnull rregsub.$O\
13 b2cfc4e2 2003-09-30 devnull rregaux.$O\
14 b2cfc4e2 2003-09-30 devnull
15 b2cfc4e2 2003-09-30 devnull HFILES=\
16 b2cfc4e2 2003-09-30 devnull regexp9.h\
17 b2cfc4e2 2003-09-30 devnull regcomp.h\
18 b2cfc4e2 2003-09-30 devnull
19 b2cfc4e2 2003-09-30 devnull all: $(LIB)
20 b2cfc4e2 2003-09-30 devnull
21 b2cfc4e2 2003-09-30 devnull install: $(LIB)
22 b2cfc4e2 2003-09-30 devnull test -d $(PREFIX)/man/man3 || mkdir $(PREFIX)/man/man3
23 b2cfc4e2 2003-09-30 devnull test -d $(PREFIX)/man/man7 || mkdir $(PREFIX)/man/man7
24 b2cfc4e2 2003-09-30 devnull install -m 0644 regexp9.3 $(PREFIX)/man/man3/regexp9.3
25 b2cfc4e2 2003-09-30 devnull install -m 0644 regexp9.7 $(PREFIX)/man/man7/regexp9.7
26 b2cfc4e2 2003-09-30 devnull install -m 0644 $(LIB) $(PREFIX)/lib/$(LIB)
27 b2cfc4e2 2003-09-30 devnull install -m 0644 regexp9.h $(PREFIX)/include/regexp9.h
28 b2cfc4e2 2003-09-30 devnull
29 b2cfc4e2 2003-09-30 devnull test: test.$O $(LIB)
30 b2cfc4e2 2003-09-30 devnull $(CC) -o test test.$O $(LIB) -L/usr/local/lib -lfmt -lutf
31 b2cfc4e2 2003-09-30 devnull
32 b2cfc4e2 2003-09-30 devnull test2: test2.$O $(LIB)
33 b2cfc4e2 2003-09-30 devnull $(CC) -o test2 test2.$O $(LIB) -L/usr/local/lib -lfmt -lutf
34 b2cfc4e2 2003-09-30 devnull