1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/archivers/lzop/Makefile
Matthias Andree deb23cb5b7 Support staging.
Drop support for lzo.1, which has not been in the tree for a while.
2013-10-23 21:20:18 +00:00

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>