27 lines
643 B
Makefile
Raw Normal View History

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
DISTNAME= shrink-0.5.2
2011-03-11 21:24:03 +00:00
PKGNAME= lib${DISTNAME}
CATEGORIES= archivers devel
SHARED_LIBS= shrink 2.0
2011-03-11 21:24:03 +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/
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>