summaryrefslogtreecommitdiffstats
path: root/archivers/io-lzo/Makefile
blob: 96a71090da5dc0b8a2754059d1f712dabee3771e (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
# New ports collection makefile for:    io-lzo
# Date created:     2008-09-15
# Whom:         Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   lzo
PORTVERSION=    ${IOVERSION}
CATEGORIES= archivers
MASTER_SITES=   #
PKGNAMEPREFIX=  io-
DISTNAME=   io-${PORTVERSION}

MAINTAINER= miwi@FreeBSD.org
COMMENT=    LZO addon for lang/io

USE_BZIP2=  yes
USE_GMAKE=  yes
DEFAULT_ADDONS= LZO

.include "${.CURDIR}/../../lang/io/files/bsd.ioaddons.mk"
.include <bsd.port.mk>