mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
46bf503a0a
port, repo-copied from security/pgp5 by asami. I added a bunch of the intl mirrors to make this port super-available. PR: 16377 Submitted by: Mike Sherwood <mike@fate.com>
17 lines
334 B
Makefile
17 lines
334 B
Makefile
#
|
|
# build.sh expressed as a makefile
|
|
# mike@fate.com
|
|
#
|
|
|
|
all:
|
|
cd libs/pfl ; ./configure
|
|
cd libs/pfl ; gmake
|
|
cd libs/pgpcdk ; ./configure
|
|
cd libs/pgpcdk ; gmake headers
|
|
cd libs/pgpcdk ; gmake
|
|
cd clients/pgp/shared ; ./configure
|
|
cd clients/pgp/shared ; gmake
|
|
cd clients/pgp/cmdline ; ./configure
|
|
cd clients/pgp/cmdline ; gmake
|
|
|