mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
bce91b5e80
traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but without BSD make extensions (it uses standard Bourne script fragments instead), so the build system is portable to most operating systems and make flavors. Because BSDBuild is implemented as a library, makefiles are edited directly and never need to be "regenerated". WWW: http://hypertriton.com/bsdbuild/
38 lines
637 B
Makefile
38 lines
637 B
Makefile
# New ports collection makefile for: bsdbuild
|
|
# Date created: 2011-02-28
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdbuild
|
|
PORTVERSION= 2.8
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= BSD-licensed portable build system
|
|
|
|
USE_PERL= 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>
|