1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/archivers/plzip/Makefile

24 lines
524 B
Makefile
Raw Normal View History

# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
# $FreeBSD$
PORTNAME= plzip
2015-03-31 21:49:54 +00:00
PORTVERSION= 1.3
CATEGORIES= archivers
2015-03-31 21:49:54 +00:00
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
2013-12-26 16:27:35 +00:00
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>