openbsd-ports/archivers/libshrink/Makefile

34 lines
780 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2012/05/09 14:35:33 ajacoutot Exp $
2011-03-11 16:24:03 -05:00
COMMENT= compression wrapper library
DISTNAME= shrink-0.5.0
2011-03-11 16:24:03 -05:00
PKGNAME= lib${DISTNAME}
CATEGORIES= archivers devel
SHARED_LIBS= shrink 2.0
2011-03-11 16:24:03 -05:00
HOMEPAGE= http://opensource.conformal.com/wiki/Shrink
MASTER_SITES= http://opensource.conformal.com/snapshots/shrink/
MAINTAINER= David Hill <dhill@mindcry.org>
2011-03-11 16:24:03 -05:00
WANTLIB= c crypto lzma lzo2 ssl util z
LIB_DEPENDS= archivers/lzo2 \
archivers/xz
NO_REGRESS= Yes
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= MANDIR=${PREFIX}/man/man
2011-03-11 16:24:03 -05:00
do-configure:
printf "major=${LIBshrink_VERSION:R}\nminor=${LIBshrink_VERSION:E}\n" \
> ${WRKSRC}/libshrink/shlib_version
.include <bsd.port.mk>