2013-03-10 22:28:04 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2013/03/10 22:28:04 espie Exp $
|
2011-03-11 21:24:03 +00:00
|
|
|
|
|
|
|
COMMENT= compression wrapper library
|
|
|
|
|
2013-01-08 17:12:24 +00:00
|
|
|
DISTNAME= shrink-0.5.2
|
2011-03-11 21:24:03 +00:00
|
|
|
PKGNAME= lib${DISTNAME}
|
|
|
|
CATEGORIES= archivers devel
|
2012-05-09 14:35:33 +00:00
|
|
|
SHARED_LIBS= shrink 2.0
|
2011-03-11 21:24:03 +00:00
|
|
|
|
2012-10-15 14:55:43 +00:00
|
|
|
HOMEPAGE= http://opensource.conformal.com/wiki/Shrink
|
2011-03-11 21:24:03 +00:00
|
|
|
MASTER_SITES= http://opensource.conformal.com/snapshots/shrink/
|
|
|
|
|
2012-04-28 09:29:22 +00:00
|
|
|
MAINTAINER= David Hill <dhill@mindcry.org>
|
2011-03-11 21:24:03 +00:00
|
|
|
|
|
|
|
WANTLIB= c crypto lzma lzo2 ssl util z
|
|
|
|
LIB_DEPENDS= archivers/lzo2 \
|
|
|
|
archivers/xz
|
|
|
|
|
|
|
|
# ISC
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
printf "major=${LIBshrink_VERSION:R}\nminor=${LIBshrink_VERSION:E}\n" \
|
|
|
|
> ${WRKSRC}/libshrink/shlib_version
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|