summaryrefslogtreecommitdiff
path: root/irc/ircatlite/Makefile
blob: 6284d0c2d60c03e4330298a7bbd712a3905ecdf0 (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
38
39
40
41
42
# New ports collection makefile for:	IRcatLite-r20000308
# Date Created:		May 14 2000
# Whom:			Yoshikazu GOTO <goto@snowy.to>
#
# $FreeBSD$
#

PORTNAME=	ircatlite
PORTVERSION=	2000.03.08
PORTREVISION=	1
CATEGORIES=	irc
MASTER_SITES=	http://www.pp.iij4u.or.jp/~tagami/gtk/
DISTNAME=	IRcatLite-r20000308

MAINTAINER=	goto@snowy.to
COMMENT=	A GTK based 'Internet Relay Chat' Client

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile (bad C++ code)"
.endif

USE_GTK=	yes
GNU_CONFIGURE=	yes

USE_X_PREFIX=	yes

DOCS=		LICENSE INSTALL INSTALL.jp README README.jp

WRKSRC=		${WRKDIR}/IRcatLite

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/ircat ${PREFIX}/bin/ircat
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/IRcatLite
.for file in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IRcatLite
.endfor
.endif

.include <bsd.port.post.mk>