22 lines
395 B
Makefile
22 lines
395 B
Makefile
PORTNAME= xmake
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://apollo.backplane.com/xmake/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Powerful make utility
|
|
|
|
USES= tar:tgz
|
|
|
|
WRKSRC= ${WRKDIR}/xmake
|
|
PLIST_FILES= bin/xmake share/man/man1/xmake.1.gz
|
|
|
|
post-extract:
|
|
@${RM} -r ${WRKSRC}/obj
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|gcc|cc|' ${WRKSRC}/defs.h
|
|
|
|
.include <bsd.port.mk>
|