aboutsummaryrefslogtreecommitdiffstats
path: root/devel/buildtool/Makefile
blob: 40422a6340fe3bbe0785140826f908857d390df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    buildtool
# Date created:         Tue Aug 27 22:11:08 PDT 2002
# Whom:                 Jos Backus <jos@catnook.com>
#
# $FreeBSD$
#

PORTNAME=   buildtool
PORTVERSION=    0.3
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= jos@catnook.com

MAN1=       buildtool.1

do-configure:
    @cd ${WRKSRC} \
    && ./configure -p ${PREFIX}

.include <bsd.port.mk>