pkgsrc/devel/xmake/Makefile
minskim 7af3241c86 Import xmake from pkgsrc-wip. Packaged by Christian Gall.
XMAKE is simliar to other make's out there, but is specifically
designed to allow you to easily construct multiple complex
dependancies without getting screwed by default rulesets.  XMake
contains a number of features specifically designed to trivialize the
construction of compilation rules.
2005-05-28 16:35:38 +00:00

19 lines
410 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/05/28 16:35:38 minskim Exp $
#
DISTNAME= xmake-1.06
CATEGORIES= devel
MASTER_SITES= http://apollo.backplane.com/xmake/
EXTRACT_SUFX= .tgz
MAINTAINER= cg@cgall.de
HOMEPAGE= http://apollo.backplane.com/xmake/
COMMENT= Portable make utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/xmake
INSTALLATION_DIRS= bin man/man1
.include "../../mk/bsd.pkg.mk"