mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
deb23cb5b7
Drop support for lzo.1, which has not been in the tree for a while.
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lzop
|
|
DISTVERSION= 1.03
|
|
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
|
|
|
|
LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= bin/lzop man/man1/lzop.1.gz
|
|
|
|
.include <bsd.port.mk>
|