mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
12f769a54f
newer version of FreeBSD provides getprogname(3) Submitted by: bento log
24 lines
421 B
Makefile
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>
|