openbsd-ports/devel/libaudiofile/Makefile
bernd cff4d80c0d - Use new SHARED_LIBS framework
- USE_LIBTOOL and bump PKGNAME where appropriate
2006-01-02 18:15:52 +00:00

30 lines
644 B
Makefile

# $OpenBSD: Makefile,v 1.32 2006/01/02 18:15:53 bernd Exp $
COMMENT= "SGI audiofile library clone"
DISTNAME= audiofile-0.2.6
PKGNAME= lib${DISTNAME}p0
SHARED_LIBS= audiofile 0.2
CATEGORIES= devel audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/audiofile/0.2/}
HOMEPAGE= http://www.68k.org/~michael/audiofile/
# GPL/LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
USE_LIBTOOL= Yes
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
do-regress:
@cd ${WRKBUILD}/test && ${MAKE_PROGRAM} ${REGRESS_FLAGS} check
.include <bsd.port.mk>