freebsd-ports/devel/buildtool/Makefile
Oliver Braun 771f2eb925 Upgrade to 0.8.
PR:		ports/46678
Submitted by:	maintainer
2003-01-02 08:43:19 +00:00

22 lines
435 B
Makefile

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