freebsd-ports/archivers/lzlib/Makefile
Ryan Steinmetz c4786a9368 - Reset MAINTAINER due to unrecoverable bounce
Reported by:	portscout
Feature safe:	yes
2012-12-04 20:39:22 +00:00

24 lines
467 B
Makefile

# New ports collection makefile for: lzlib
# Date created: 2010-05-22
# Whom: Albert Vernon <f3cun3c02@sneakemail.com>
#
# $FreeBSD$
#
PORTNAME= lzlib
PORTVERSION= 1.1
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip
MAINTAINER= ports@FreeBSD.org
COMMENT= Provides in-memory LZMA compression and decompression functions
PLIST_FILES= include/lzlib.h \
lib/liblz.a
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKE_ARGS= ${MAKE_ENV}
INFO= lzlib
.include <bsd.port.mk>