aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xaric/Makefile
blob: cb689bca134b35172a74585ed40482727c45a6aa (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
# New ports collection makefile for:    Xaric
# Date created:     14 Oct 01
# Whom:         alanp@unixpower.org
#
# $FreeBSD$
#

PORTNAME=   xaric
PORTVERSION=    0.13.5
CATEGORIES= irc
MASTER_SITES=   http://xaric.org/software/xaric/releases/

MAINTAINER= scjamorim@bsd.com.br
COMMENT=    IRC Client similer to BitchX or ircII

USE_GNOME=  gnomehack
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       xaric.1
PLIST_FILES=    bin/xaric \
        %%DATADIR%%/help/copying \
        %%DATADIR%%/help/help \
        %%DATADIR%%/help/warranty
PLIST_DIRS= %%DATADIR%%/help \
        %%DATADIR%%

post-patch:
    @${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xaric ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/xaric.1 ${MANPREFIX}/man/man1
    @${MKDIR} ${DATADIR}/help
    ${INSTALL_DATA} ${WRKSRC}/help/* ${DATADIR}/help

.include <bsd.port.mk>