21 lines
412 B
Makefile
21 lines
412 B
Makefile
# New ports collection makefile for: lzmalib
|
|
# Date created: 2008-09-22
|
|
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lzmalib
|
|
PORTVERSION= 0.0.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://tokyocabinet.sourceforge.net/misc/
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Thin wrapper library of LZMA
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|