1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/archivers/lbzip2/Makefile
2009-04-09 22:27:17 +00:00

21 lines
481 B
Makefile

# New ports collection Makefile for: archivers/lbzip2
# Date created: 7 Feb 2009
# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
# $FreeBSD$
PORTNAME= lbzip2
PORTVERSION= 0.15
CATEGORIES= archivers
MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/
MAINTAINER= gabor@FreeBSD.org
COMMENT= A multi-threaded bzip2/bunzip2 filter
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/lbzip2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lbzip2 ${PREFIX}/bin/lbzip2
.include <bsd.port.mk>