mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
23 lines
425 B
Makefile
23 lines
425 B
Makefile
# Created by: will
|
|
|
|
PORTNAME= lzop
|
|
DISTVERSION= 1.04
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.lzop.org/download/ \
|
|
LOCAL/mandree
|
|
|
|
MAINTAINER= mandree@FreeBSD.org
|
|
COMMENT= Fast file compressor similar to gzip, using the LZO library
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LIB_DEPENDS= liblzo2.so:archivers/lzo2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|