aboutsummaryrefslogtreecommitdiff
path: root/devel/schilybase/Makefile
blob: 41998f7982a34b5670de27f2b4815627de37d7f9 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
PORTNAME=	schilybase
CATEGORIES=	devel

COMMENT=	Support files and libraries for the schilytools

USE_LDCONFIG=	yes

OPTIONS_DEFINE=	PROFILE DOCS
OPTIONS_DEFAULT=DOCS
OPTIONS_SUB=	yes

# do not reorder: order required for build to succeed
BOOTSTRAP_SMAKE?=	yes
COMPONENTS=	conf \
		inc \
		include \
		include/schily \
		libschily \
		libdeflt \
		libscg \
		libscg/scg \
		libxtermcap \
		libcdrdeflt \
		libdbgmalloc \
		libedc \
		libfile \
		libfind \
		libgetopt \
		libhfs_iso \
		libmdigest \
		libparanoia \
		librmt \
		librscg \
		libscgcmd \
		libshedit \
		libsiconv \
		libsiconv/tables \
		libstreamar \
		man \
		man/man4

post-install-PROFILE-off:
	${RM} -r ${STAGEDIR}${PREFIX}/lib/profiled

.include "Makefile.master"