mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
24 lines
437 B
Makefile
24 lines
437 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
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>
|