summaryrefslogtreecommitdiff
path: root/irc/lostirc/Makefile
blob: 7391dd8c17f8a52f60d13d68e7ab2828ca167d1a (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:	irc/lostirc
# Date created:				01 Jul 2002
# Whom:					Juan Salaverria <rael@vectorstar.net>
#
# $FreeBSD$
#

PORTNAME=	lostirc
PORTVERSION=	0.2.5
CATEGORIES=	irc
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	rael@vectorstar.net
COMMENT=	LostIRC is a simple and minimal IRC client for X

LIB_DEPENDS=	gtkmm-2.0.2:${PORTSDIR}/x11-toolkits/gtk--2 \
		intl.4:${PORTSDIR}/devel/gettext

USE_X_PREFIX=	yes
USE_GNOMENG=	yes
USE_GNOME=	gnomehack
GNU_CONFIGURE=	yes
USE_REINPLACE=	yes

MAN1=	lostirc.1

DOCS=	AUTHORS COPYING ChangeLog TODO README INSTALL

post-patch:
	${REINPLACE_CMD} -E "s@^(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.am
	${REINPLACE_CMD} -E "s@(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.in

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>