1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/mp3asm/Makefile
Ying-Chieh Liao 12f769a54f s,getprogname,_getprogname,g
newer version of FreeBSD provides getprogname(3)

Submitted by:	bento log
2001-08-03 20:16:39 +00:00

24 lines
421 B
Makefile

# ex:ts=8
# New ports collection makefile for: mp3asm
# Date created: Jul 20, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mp3asm
PORTVERSION= 0.1.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,getprogname,_getprogname,g" ${WRKSRC}/src/mp3asm.c
.include <bsd.port.mk>