openbsd-ports/devel/xmake/Makefile

19 lines
343 B
Makefile
Raw Normal View History

2000-02-10 19:37:15 -05:00
# $OpenBSD: Makefile,v 1.4 2000/02/11 00:37:21 espie Exp $
1997-12-01 16:37:56 -05:00
DISTNAME= xmake-1.01
CATEGORIES= devel
1998-10-08 14:52:26 -04:00
MAINTAINER= ports@openbsd.org
1998-10-08 14:52:26 -04:00
1997-12-01 16:37:56 -05:00
MASTER_SITES= http://www.backplane.com/xmake/ \
ftp://atari.saturn5.com/pub/dlowe/
EXTRACT_SUFX= .tgz
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1997-12-01 16:37:56 -05:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xmake
1997-12-01 16:37:56 -05:00
pre-build:
@${RM} -rf ${WRKSRC}/obj
.include <bsd.port.mk>