diff options
author | adam <adam@pkgsrc.org> | 2004-11-22 15:51:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-22 15:51:57 +0000 |
commit | 809ec287e02d758d41e1a4dd6bfafb0552e9eca7 (patch) | |
tree | 3de35b9f5bce2f76a93418495991598b814646b1 /audio/portaudio | |
parent | e3684f672ce256042e7802b675985aaf1bf15d02 (diff) | |
download | pkgsrc-809ec287e02d758d41e1a4dd6bfafb0552e9eca7.tar.gz |
Makefile cleaned-up, HOMEPAGE corrected
Diffstat (limited to 'audio/portaudio')
-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 |