aboutsummaryrefslogtreecommitdiff
path: root/net-im/mcabber/Makefile
blob: 41a025a421ccc20466f5d04ba2a35142a9c4bc59 (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:	mcabber
# Date created:		2005-10-05
# Whom:			vsevolod
#
# $FreeBSD$
#

PORTNAME=	mcabber
PORTVERSION=	0.7.0
PORTREVISION=	2
CATEGORIES=	net
MASTER_SITES=	http://www.lilotux.net/~mikael/mcabber/files/

MAINTAINER=	vsevolod@FreeBSD.org
COMMENT=	Small Jabber console client

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_OPENSSL=	yes
USE_ICONV=	yes
USE_GETTEXT=	yes
USE_GNOME=	glib20
USE_GETOPT_LONG=	yes

LDFLAGS+=	-lcrypto

MAN1=		mcabber.1
PLIST_FILES=	bin/mcabber %%EXAMPLESDIR%%/mcabberrc
PLIST_DIRS=	%%EXAMPLESDIR%%

post-install:
	@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/mcabberrc.example ${EXAMPLESDIR}/mcabberrc

.include <bsd.port.mk>