aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/mcabber/Makefile
blob: 3179fbb0fd789c702ea44685cd90c0d3e2fc5fc8 (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-im
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>