freebsd-ports/devel/xmake/Makefile
Steve Price 4f2432e801 Upgrade to version 1.05.
PR:		7331
Submitted by:	Garrett A. Wollman <wollman@lcs.mit.edu>
1998-07-27 00:05:26 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: xmake
# Version required: 1.05
# Date created: 28 March 1997
# Whom: dlowe
#
# $Id: Makefile,v 1.1.1.1 1997/05/07 20:58:50 max Exp $
#
DISTNAME= xmake-1.05
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>