1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/devel/xmake/Makefile

24 lines
454 B
Makefile
Raw Normal View History

# 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>