mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
2872eba657
Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
38 lines
638 B
Makefile
38 lines
638 B
Makefile
# New ports collection makefile for: bsdbuild
|
|
# Date created: 2011-02-28
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdbuild
|
|
PORTVERSION= 2.9
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= BSD-licensed portable build system
|
|
|
|
USE_PERL5= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
LICENSE= BSD
|
|
|
|
CONFIGURE_ARGS= --with-catman=no
|
|
|
|
MAN1= uman.1 \
|
|
man2mediawiki.1 \
|
|
man2wiki.1 \
|
|
mkconfigure.1 \
|
|
mkify.1
|
|
|
|
MAN5= build.www.mk.5 \
|
|
build.proj.mk.5 \
|
|
build.prog.mk.5 \
|
|
build.lib.mk.5 \
|
|
build.dep.mk.5 \
|
|
build.den.mk.5 \
|
|
build.common.mk.5
|
|
|
|
.include <bsd.port.mk>
|