openbsd-ports/devel/libaudiofile/Makefile

29 lines
730 B
Makefile
Raw Normal View History

2001-10-04 22:09:19 -04:00
# $OpenBSD: Makefile,v 1.21 2001/10/05 02:09:19 brad Exp $
COMMENT= "SGI audiofile library GPLed clone"
1999-03-14 10:36:20 -05:00
2001-07-20 10:33:02 -04:00
DISTNAME= audiofile-0.2.2
2000-12-31 14:45:32 -05:00
PKGNAME= lib${DISTNAME}
1999-03-21 23:27:07 -05:00
CATEGORIES= devel
2001-10-04 22:09:19 -04:00
NEED_VERSION= 1.460
2001-07-20 10:33:02 -04:00
MASTER_SITES= ftp://oss.sgi.com/projects/audiofile/download/
1999-03-14 10:36:20 -05:00
2001-07-20 10:33:02 -04:00
HOMEPAGE= http://oss.sgi.com/projects/audiofile/
1999-03-14 10:36:20 -05:00
2000-09-23 21:23:42 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-14 10:36:20 -05:00
2000-03-12 00:20:44 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-03-03 11:34:36 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
1999-03-21 23:23:10 -05:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
1999-03-14 10:36:20 -05:00
2001-10-04 22:09:19 -04:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
1999-03-14 10:36:20 -05:00
.include <bsd.port.mk>