diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-28 17:09:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-28 17:09:12 +0000 |
commit | 009b6bdcb7a4b62ab2b488aca3ad66cfc4eaa705 (patch) | |
tree | 2482b70180c4e124c61e6284462973612c6d2691 /audio/libao/Makefile | |
parent | Add ruby-gimp, a Ruby extension library to write GIMP plugins in Ruby (diff) |
upgrade to 0.6.0
PR: 25412
Submit by: maintainer
Notes
Notes:
svn path=/head/; revision=38904
Diffstat (limited to 'audio/libao/Makefile')
-rw-r--r-- | audio/libao/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 8278952a6d14..c76f03da7871 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libao -PORTVERSION= 20001018 +PORTVERSION= 0.6.0 CATEGORIES= audio -MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/ -DISTNAME= ao-${PORTVERSION} +MASTER_SITES= http://home.student.utwente.nl/t.vanklaveren/distfiles/ \ + http://www.vorbis.com/files/beta4/unix/ MAINTAINER= t.vanklaveren@student.utwente.nl @@ -17,16 +17,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOMAKE= yes -WRKSRC= ${WRKDIR}/ao -ACLOCAL?= ${LOCALBASE}/bin/aclocal -AUTOHEADER?= ${LOCALBASE}/bin/autoheader -AUTOMAKE_ARGS= --add-missing - -post-patch: - cd ${WRKSRC} && ${ACLOCAL} - cd ${WRKSRC} && ${AUTOHEADER} - cd ${WRKSRC} && ${AUTOMAKE} --add-missing - cd ${WRKSRC} && ${AUTOCONF} +INSTALLS_SHLIB= yes .include <bsd.port.mk> |