mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
511c49bdec
PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
18 lines
319 B
Makefile
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>
|