c72a5b8a28
space between the entries and equals signs in the Makefile of the old ports. ok sthen@
18 lines
335 B
Makefile
18 lines
335 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/01/17 19:46:21 juanfra Exp $
|
|
|
|
COMMENT = multi-threaded data compressor based on lzlib
|
|
|
|
DISTNAME = plzip-1.1
|
|
REVISION = 1
|
|
|
|
HOMEPAGE = http://lzip.nongnu.org/plzip.html
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c lz m pthread stdc++
|
|
|
|
LIB_DEPENDS = archivers/lzip/lzlib
|
|
|
|
.include <bsd.port.mk>
|