aboutsummaryrefslogtreecommitdiff
path: root/net/mcabber/Makefile
blob: f1505244d62b0aec9383dae112f3193b0f30bf40 (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=	3
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>