1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/devel/xmake/Makefile
Emanuel Haupt 1afcdd5eb1 Remove trailing whitespaces.
Feature safe:	yes
2011-11-18 23:30:13 +00:00

25 lines
417 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>