Lines 6-22
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= lzip |
8 |
PORTNAME= lzip |
9 |
PORTVERSION= 1.5 |
9 |
PORTVERSION= 1.6 |
10 |
CATEGORIES= archivers |
10 |
CATEGORIES= archivers |
11 |
MASTER_SITES= SAVANNAH/lzip |
11 |
MASTER_SITES= SAVANNAH/lzip |
12 |
|
12 |
|
13 |
MAINTAINER= scjamorim@bsd.com.br |
13 |
MAINTAINER= scjamorim@bsd.com.br |
14 |
COMMENT= Is a lossless data compressor based on the LZMA algorithm |
14 |
COMMENT= Is a lossless data compressor based on the LZMA algorithm |
15 |
|
15 |
|
16 |
PLIST_FILES= bin/lzip |
16 |
PLIST_FILES= bin/lzip bin/lzdiff bin/lzgrep bin/lziprecover |
17 |
|
17 |
|
18 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
MAN1= lzip.1 |
19 |
MAN1= lzip.1 lzdiff.1 lzgrep.1 lziprecover.1 |
20 |
INFO= lzip |
20 |
INFO= lzip |
21 |
|
21 |
|
22 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |