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

PORTNAME=   xaric
PORTVERSION=    0.13.1
PORTREVISION=   1
CATEGORIES= irc
MASTER_SITES=   http://rf.cx/software/xaric/releases/

MAINTAINER= ports@FreeBSD.org
COMMENT=    IRC Client similer to BitchX or ircII

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=       xaric.1

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
BROKEN=     Does not compile on ${ARCH}
.endif

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.post.mk>