openbsd-ports/devel/libaudiofile/Makefile

31 lines
686 B
Makefile
Raw Normal View History

2010-11-15 14:45:56 -05:00
# $OpenBSD: Makefile,v 1.38 2010/11/15 19:45:59 espie Exp $
COMMENT= SGI audiofile library clone
1999-03-14 10:36:20 -05:00
DISTNAME= audiofile-0.2.6
2010-11-15 14:45:56 -05:00
PKGNAME= lib${DISTNAME}
REVISION = 2
2006-10-28 07:19:20 -04:00
SHARED_LIBS += audiofile 0.2 # .0.2
2002-03-13 11:37:50 -05:00
CATEGORIES= devel audio
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/audiofile/0.2/}
1999-03-14 10:36:20 -05:00
HOMEPAGE= http://www.68k.org/~michael/audiofile/
1999-03-14 10:36:20 -05:00
# GPLv2/LGPLv2
2000-03-12 00:20:44 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 16:34:27 -05:00
WANTLIB= c m
2000-03-12 00:20:44 -05:00
USE_LIBTOOL= Yes
2003-09-30 06:31:35 -04:00
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
1999-03-21 23:23:10 -05:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
1999-03-14 10:36:20 -05:00
2002-03-10 16:01:44 -05:00
do-regress:
@cd ${WRKBUILD}/test && ${MAKE_PROGRAM} ${ALL_REGRESS_FLAGS} check
2002-03-10 16:01:44 -05:00
1999-03-14 10:36:20 -05:00
.include <bsd.port.mk>