mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
19528f71b6
* Use single digit for soversion * Support DragonFly * Drop unnecessary sed lines by adjusting MAKE_ARGS * Bump dependent ports PR: 192666 Submitted by: Jan Beich Approved by: portmgr (implicit, dependent port unstaged)
26 lines
557 B
Makefile
26 lines
557 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmba
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.ioplex.com/~miallen/libmba/dl/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= miwi
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of C modules potentially useful to any project
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,-g,$$(CFLAGS),' \
|
|
${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -Ee 's,"g?cc","${CC}",' \
|
|
${WRKSRC}/mktool.c
|
|
|
|
.include <bsd.port.mk>
|