openbsd-ports/archivers/libshrink/Makefile
ajacoutot 5216bdb98f Update to libshrink-0.5.1.
from David Hill (maintainer)
2012-08-07 07:33:21 +00:00

30 lines
725 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/08/07 07:33:21 ajacoutot Exp $
COMMENT= compression wrapper library
DISTNAME= shrink-0.5.1
PKGNAME= lib${DISTNAME}
CATEGORIES= archivers devel
SHARED_LIBS= shrink 2.0
HOMEPAGE= http://opensource.conformal.com/wiki/Shrink
MASTER_SITES= http://opensource.conformal.com/snapshots/shrink/
MAINTAINER= David Hill <dhill@mindcry.org>
WANTLIB= c crypto lzma lzo2 ssl util z
LIB_DEPENDS= archivers/lzo2 \
archivers/xz
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
do-configure:
printf "major=${LIBshrink_VERSION:R}\nminor=${LIBshrink_VERSION:E}\n" \
> ${WRKSRC}/libshrink/shlib_version
.include <bsd.port.mk>