1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- update to 0.1.3

- install documentation
This commit is contained in:
Pete Fritchman 2001-08-30 05:09:06 +00:00
parent 668637d3c5
commit 3fc821f9cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47137
4 changed files with 31 additions and 2 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= mp3asm
PORTVERSION= 0.1.2
PORTVERSION= 0.1.3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -15,9 +15,23 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
USE_AUTOCONF= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/mp3asm-0.1
post-extract:
@${RM} ${WRKSRC}/config.cache
post-patch:
@${PERL} -pi -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in Changelog README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mp3asm-0.1.2.tar.gz) = ee4dfa1ec36f46ad5f2286dd685e5d79
MD5 (mp3asm-0.1.3.tar.gz) = e056095fe7a7455706acae882dcce6e2

View File

@ -0,0 +1,12 @@
--- configure.in.orig Thu Apr 12 00:21:30 2001
+++ configure.in Thu Aug 30 00:19:21 2001
@@ -7,7 +7,8 @@
dnl Checks for programs.
AC_PROG_LN_S
-CFLAGS="-g -O -Wall"
+CC="$CC"
+CFLAGS="-g -Wall $CFLAGS"
dnl Checks for libraries.

View File

@ -1 +1,4 @@
bin/mp3asm
%%PORTDOCS%%share/doc/mp3asm/Changelog
%%PORTDOCS%%share/doc/mp3asm/README
%%PORTDOCS%%@dirrm share/doc/mp3asm