1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/archivers/lzip/Makefile
Sylvio Cesar Teixeira 1213a51516 - Update to 1.13
2012-05-07 17:34:14 +00:00

28 lines
503 B
Makefile

# New ports collection makefile for: lzip
# Date created: 2009-06-20
# Whom: Sylvio Cesar <sylvio@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lzip
PORTVERSION= 1.13
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip
MAINTAINER= sylvio@FreeBSD.org
COMMENT= Is a lossless data compressor based on the LZMA algorithm
LICENSE= GPLv3
PLIST_FILES= bin/lzip
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}"
MAN1= lzip.1
INFO= lzip
.include <bsd.port.mk>