aboutsummaryrefslogtreecommitdiffstats
path: root/news/husky-fidoconf/Makefile
blob: a0abd5bf530b475b5ae99af401c5d523d9cf2e91 (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
# $FreeBSD$

PORTNAME=   husky-fidoconf
CATEGORIES= news mail

MAINTAINER= osharoiko@gmail.com
COMMENT=    Husky FTN configuration library

LIB_DEPENDS=    libsmapi.so:${PORTSDIR}/news/husky-smapi

USES+=      perl5 shebangfix makeinfo
SHEBANG_FILES=  util/fconf2areasbbs.pl util/fconf2na.pl util/sq2fc.pl
USE_LDCONFIG=   yes
INSTALL_TARGET= install install-man

MASTERDIR=      ${.CURDIR}/../husky
COMPONENT_SUBDIR=       fidoconf

post-patch:
    ${REINPLACE_CMD} -e 's^/path/to/config^${PREFIX}/etc/fido/config^' \
        ${WRKSRC}/man/linkedto.1

post-install:
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2aquaed.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2areasbbs.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2binkd.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2dir.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2fidogate.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2golded.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2msged.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2na.pl.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2squish.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fconf2tornado.1
    ${LN} -sf fconf2.1 ${STAGEDIR}${PREFIX}/man/man1/fecfg2fconf.1

.include <bsd.port.mk>