Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / ucspi-ipc / Makefile
1 # Created by: David Thiel <lx@redundancy.redundancy.org>
2 # $FreeBSD$
3
4 PORTNAME=       ucspi-ipc
5 PORTVERSION=    0.67
6 CATEGORIES=     sysutils
7 MASTER_SITES=   http://www.superscript.com/ucspi-ipc/
8
9 MAINTAINER=     lx@redundancy.redundancy.org
10 COMMENT=        UCSPI tools for building local-domain client-server applications
11
12 USES=           perl5
13
14 DISABLE_SIZE=   yes
15
16 DOCS=           CHANGES
17
18 WRKSRC=         ${WRKDIR}/host/superscript.com/net/${DISTNAME}
19
20 OPTIONS_DEFINE= DOCS
21
22 do-configure:
23         ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
24         ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-ld
25
26 do-build:
27         cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile
28
29 do-install:
30 .for x in ipccat ipcconnect ipcdo ipcrun
31         ${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin
32 .endfor
33 .for x in ipcclient ipccommand ipcconnect-io ipcexec ipcexec-config \
34         ipcexecrules ipcexecrulescheck ipcperl ipcrules ipcrulescheck ipcserver
35         ${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin
36 .endfor
37
38 do-install-DOCS-on:
39         @${MKDIR} ${STAGEDIR}${DOCSDIR}
40         cd ${WRKSRC}/src && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
41
42 .include <bsd.port.mk>