aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bsdbuild/Makefile
blob: d6676b59278f1a66d415f22aae0426d4eedc73c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# $FreeBSD$

PORTNAME=   bsdbuild
PORTVERSION=    3.0
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.common.mk.5

.include <bsd.port.mk>