freebsd-ports/archivers/unzip/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

16 lines
370 B
Makefile

DISTFILES= unzip512.tar.Z
DISTNAME= unzip-5.12
MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
CATEGORIES+= archivers
MAKEFILE= unix/Makefile
ALL_TARGET= bsd
MAKE_FLAGS= LOCAL_UNZIP="-O2 -DCHECK_EOF" \
INSTALL="install -c -o bin -g bin" \
prefix=${PREFIX} -f
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>