getshows/Makefile

16 lines
440 B
Makefile
Raw Normal View History

check:
perl -wc frfac
perlcritic frfac
install:
install -o root -g wheel -m 0755 -d /usr/local/bin
install -o root -g wheel -m 0555 frfac /usr/local/bin
install_with_newcore_hack:
install -o root -g wheel -m 0755 -d /usr/local/bin
install -o root -g wheel -m 0555 frfac /usr/local/share/perl5/
install -o root -g wheel -m 0555 frfac.wrapper /usr/local/bin/frfac
uninstall:
rm -f /usr/local/bin/frfac /usr/local/share/perl5/frfac