1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/buildtool/Makefile
Adam Weinberger 511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00

18 lines
319 B
Makefile

# Created by: Jos Backus <jos@catnook.com>
# $FreeBSD$
PORTNAME= buildtool
PORTVERSION= 0.16
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Set of portable software build utilities
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>