freebsd-ports/devel/xmake/Makefile

24 lines
401 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmake
# Date created: 28 March 1997
# Whom: dlowe
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= xmake
PORTVERSION= 1.05
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>