Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
30 lines
592 B
Makefile
30 lines
592 B
Makefile
# $OpenBSD: Makefile,v 1.17 2015/05/22 11:31:11 ajacoutot Exp $
|
|
|
|
COMMENT = audio codec for lossless, lossy and hybrid compression
|
|
|
|
DISTNAME = wavpack-4.70.0
|
|
REVISION = 2
|
|
CATEGORIES = audio
|
|
|
|
HOMEPAGE = http://www.wavpack.com/
|
|
|
|
SHARED_LIBS += wavpack 0.1 # 2.5
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = c m
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
MODULES = converters/libiconv
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|