24 lines
405 B
Makefile
24 lines
405 B
Makefile
|
# New ports collection makefile for: xmake
|
||
|
# Version required: 1.01
|
||
|
# Date created: 28 March 1997
|
||
|
# Whom: dlowe
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= xmake-1.01
|
||
|
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>
|