mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
25 lines
418 B
Makefile
25 lines
418 B
Makefile
# New ports collection makefile for: xmake
|
|
# Date created: 28 March 1997
|
|
# Whom: dlowe
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmake
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://apollo.backplane.com/xmake/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A powerful make utility
|
|
|
|
WRKSRC= ${WRKDIR}/xmake
|
|
MAN1= xmake.1
|
|
PLIST_FILES= bin/xmake
|
|
|
|
pre-build:
|
|
@${RM} -rf ${WRKSRC}/obj
|
|
|
|
.include <bsd.port.mk>
|