16 lines
307 B
Makefile
16 lines
307 B
Makefile
COMMENT = decompressor written in C for lzip files
|
|
|
|
DISTNAME = lunzip-1.13
|
|
|
|
HOMEPAGE = http://lzip.nongnu.org/lunzip.html
|
|
SITES = ${SITE_SAVANNAH:=lzip/lunzip/}
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
# All other lzip ports use .tar.lz by default.
|
|
EXTRACT_SUFX = .tar.gz
|
|
|
|
.include <bsd.port.mk>
|