1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/security/pgp6/files/build.Makefile

17 lines
334 B
Plaintext
Raw Normal View History

#
# 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