diff options
-rw-r--r-- | audio/portaudio/Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 4832e901ac7..3d4e82b4f75 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2004/10/05 03:53:15 ben Exp $ -# +# $NetBSD: Makefile,v 1.3 2004/11/22 15:51:57 adam Exp $ -DISTNAME= portaudio_v18_1 -PKGNAME= portaudio-18.1 -PKGREVISION= 1 -CATEGORIES= audio -MASTER_SITES= http://www.portaudio.com/archives/ -EXTRACT_SUFX= .zip +DISTNAME= portaudio_v18_1 +PKGNAME= portaudio-18.1 +PKGREVISION= 1 +CATEGORIES= audio +MASTER_SITES= http://www.portaudio.com/archives/ +EXTRACT_SUFX= .zip -MAINTAINER= dotz@irc.pl -HOMEPAGE= http://www.portaudio.com/archives/ -COMMENT= Portable cross-platform Audio API +MAINTAINER= dotz@irc.pl +HOMEPAGE= http://www.portaudio.com/ +COMMENT= Portable cross-platform Audio API -HAS_CONFIGURE= YES +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -USE_BUILDLINK3= YES -USE_LIBTOOL= YES +USE_LIBTOOL= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} EXTRACT_CMD_OPTS.zip= -aqo |