freebsd-ports/devel/xmake/Makefile
Masafumi Max NAKANE 28f0fc4714 New port, xmake:
XMake is a make utility.  It is not compatible with other makes, but
provides extended functionality over most standard makes.  Whereas most
other makes have confusing rulesets and do not support many-to-many
dependancy specifications, XMake has relatively few (basically no) rulesets
and allows you to easily specify many:many dependencies.  This gives XMake
the flexibility to deal with complex project hierarchies very simply.
PR:		3137
Submitted by:	 dlowe@saturn5.com
1997-05-07 20:58:50 +00:00

24 lines
405 B
Makefile

# New ports collection makefile for: xmake
# Version required: 1.01
# Date created: 28 March 1997
# Whom: dlowe
#
# $Id$
#
DISTNAME= xmake-1.01
CATEGORIES= devel
MASTER_SITES= http://www.backplane.com/xmake/ \
ftp://atari.saturn5.com/pub/dlowe/
EXTRACT_SUFX= .tgz
MAINTAINER= dlowe@saturn5.com
WRKSRC= ${WRKDIR}/xmake
MAN1= xmake.1
pre-build:
@${RM} -rf ${WRKSRC}/obj
.include <bsd.port.mk>