1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/Makefile
Steve Price 35f9bb30c1 Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing.
1999-12-10 15:21:48 +00:00

30 lines
585 B
Makefile

# $FreeBSD$
#
SUBDIR += arc
SUBDIR += bzip
SUBDIR += bzip2
SUBDIR += deepforest
SUBDIR += freeze
SUBDIR += gshar+gunshar
SUBDIR += ha
SUBDIR += hpack.non-usa.only
SUBDIR += lha
SUBDIR += linux_rar
SUBDIR += lzo
SUBDIR += makeself
SUBDIR += nulib
SUBDIR += p5-Compress-Zlib
SUBDIR += pkzip
SUBDIR += rar
SUBDIR += unace
SUBDIR += unarj
SUBDIR += unrar
SUBDIR += unzip
SUBDIR += unzip.with_encryption
SUBDIR += zip
SUBDIR += zip.with_encryption
SUBDIR += zoo
.include <bsd.port.subdir.mk>