freebsd-ports/devel/xmake/Makefile
Tilman Keskinoz 1a15692429 Update to 1.06
PR:		46038
Submitted by:	Stefan Farfeleder <stefan@fafoe.dyndns.org>
2003-01-02 18:29:24 +00:00

23 lines
401 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/ \
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>