d0cbe4fcbd
- Remove old-school author attribution from pkg-descr Feature safe: yes
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: Albert Vernon <f3cun3c02@sneakemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lzlib
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SAVANNAH/lzip
|
|
|
|
MAINTAINER= delphij@FreeBSD.org
|
|
COMMENT= In-memory LZMA compression and decompression library
|
|
|
|
PLIST_FILES= include/lzlib.h \
|
|
lib/liblz.a
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= ${MAKE_ENV}
|
|
INFO= lzlib
|
|
|
|
.include <bsd.port.mk>
|