blob: 82ed81848b846906277f98bc1e06eedaeeca5f8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: 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
NO_STAGE= yes
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
|