aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xmake/Makefile
blob: 00103be123deb00c8c789161e51a112558dbdc8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
COMMENT=    A powerful make utility

WRKSRC=     ${WRKDIR}/xmake
MAN1=       xmake.1
PLIST_FILES=    bin/xmake

pre-build:
    @${RM} -rf ${WRKSRC}/obj

.include <bsd.port.mk>