diff options
Diffstat (limited to 'archivers/lzip/Makefile')
-rw-r--r-- | archivers/lzip/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile new file mode 100644 index 000000000000..486adc1daa45 --- /dev/null +++ b/archivers/lzip/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: lzip +# Date created: 2009-06-20 +# Whom: Sylvio Cesar <scjamorim@bsd.com.br> +# +# $FreeBSD$ +# + +PORTNAME= lzip +PORTVERSION= 1.5 +CATEGORIES= archivers +MASTER_SITES= SAVANNAH/lzip + +MAINTAINER= scjamorim@bsd.com.br +COMMENT= Is a lossless data compressor based on the LZMA algorithm + +PLIST_FILES= bin/lzip + +GNU_CONFIGURE= yes +MAN1= lzip.1 +INFO= lzip + +.include <bsd.port.mk> |