aboutsummaryrefslogtreecommitdiffstats
path: root/misc/yaunc/Makefile
blob: fa297cfad42aa8600bbbb8a3ff537bf9344cc74b (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
# New ports collection makefile for:    yaunc
# Date created:     5 March 2000
# Whom:         nsayer@freebsd.org
#
# $FreeBSD$
#

PORTNAME=   yaunc
PORTVERSION=    1.00
CATEGORIES= misc
MASTER_SITES=   http://www.redterror.net/code/yaunc/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Yet another uptimes.net client

USE_REINPLACE=  yes
ALL_TARGET= bsd
CFLAGS+=    -DCONFFILE=\\\"${PREFIX}/etc/yaunc.conf\\\"

MAN1=       yaunc.1

post-patch:
    @${CP} -f ${FILESDIR}/startup ${WRKSRC}/yaunc.sh
.for file in yaunc.1 yaunc.sh
    @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${file}
.endfor

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/yaunc ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/yaunc.1 ${MANPREFIX}/man/man1
    ${INSTALL_DATA} -m 600 ${WRKSRC}/yaunc.conf ${PREFIX}/etc/yaunc.conf.sample
    ${INSTALL_SCRIPT} -m 755 ${WRKSRC}/yaunc.sh ${PREFIX}/etc/rc.d

.include <bsd.port.mk>