1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/archivers/plzip/Makefile
2015-03-31 21:49:54 +00:00

24 lines
524 B
Makefile

# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
# $FreeBSD$
PORTNAME= plzip
PORTVERSION= 1.3
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip/${PORTNAME}
MAINTAINER= delphij@FreeBSD.org
COMMENT= Parallel, lossless data compressor based on the LZMA algorithm
BUILD_DEPENDS= lzlib>=1.1:${PORTSDIR}/archivers/lzlib
PLIST_FILES= bin/plzip \
man/man1/plzip.1.gz
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INFO= plzip
.include <bsd.port.mk>