1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/archivers/lzip/Makefile
Sylvio Cesar Teixeira 697f3c9d20 - Add license
2011-05-17 20:24:47 +00:00

29 lines
537 B
Makefile

# New ports collection makefile for: lzip
# Date created: 2009-06-20
# Whom: Sylvio Cesar <sylvio@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= lzip
PORTVERSION= 1.12
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 \
bin/lziprecover
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CXX="${CXX}" \
CXXFLAGS="${CXXFLAGS}" \
LDFLAGS="${LDFLAGS}"
MAN1= lzip.1 lziprecover.1
INFO= lzip
.include <bsd.port.mk>