aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzop/Makefile
blob: 3f2c35726b4ef51646cf58a9a1be4b509d939b3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    lzop
# Date created:             Fri 2 June 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   lzop
PORTVERSION=    1.01
CATEGORIES= archivers
MASTER_SITES=   http://www.oberhumer.com/opensource/lzop/download/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Fast file compressor similar to gzip, using the LZO library

LIB_DEPENDS=    lzo.1:${PORTSDIR}/archivers/lzo

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       lzop.1

.include <bsd.port.mk>