mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
24 lines
426 B
Makefile
24 lines
426 B
Makefile
# Created by: dlowe
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmake
|
|
PORTVERSION= 1.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://apollo.backplane.com/xmake/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Powerful make utility
|
|
|
|
WRKSRC= ${WRKDIR}/xmake
|
|
PLIST_FILES= bin/xmake man/man1/xmake.1.gz
|
|
|
|
post-extract:
|
|
@${RM} -rf ${WRKSRC}/obj
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|gcc|cc|' ${WRKSRC}/defs.h
|
|
|
|
.include <bsd.port.mk>
|