1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/security/pgp6/files/build.Makefile
Will Andrews 46bf503a0a Update to PGP (International version) 6.5.1i. This is actually a new
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>
2000-05-29 06:17:54 +00:00

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