freebsd-ports/audio/mp3asm/Makefile
Patrick Li 68244411b9 Update to 0.1.3.1
PR:		40240
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-06 06:18:25 +00:00

42 lines
827 B
Makefile

# ex:ts=8
# New ports collection makefile for: mp3asm
# Date created: Jul 20, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mp3asm
PORTVERSION= 0.1.3.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-0.1
USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
post-extract:
@${RM} ${WRKSRC}/config.cache
post-patch:
@${REINPLACE_CMD} -e \
's|^CFLAGS=|#CFLAGS=|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -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>