freebsd-ports/devel/buildtool/Makefile
Sergei Kolobov 9018e57055 - Update to 0.16
PR:		ports/69792
Submitted by:	ijliao
2004-08-06 22:36:23 +00:00

22 lines
493 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.16
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sergei@FreeBSD.org
COMMENT= A set of portable software build utilities
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR}
MAN1= buildtool.1
.include <bsd.port.mk>