openbsd-ports/archivers/lzip/plzip/Makefile
juanfra c72a5b8a28 Update my email address. Change the homepage of terminator. Also add a
space between the entries and equals signs in the Makefile of the old
ports.

ok sthen@
2014-01-17 19:46:21 +00:00

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>