aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/pidgin-msn-pecan/Makefile
blob: ce9f00ac2e627e3c73552b07cc98953beda37cf1 (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
# New ports collection makefile for:   pidgin-msn-pecan
# Date created:     30 July 2008
# Whom:         hrkfrd@gmail.com
#
# $FreeBSD$
#

PORTNAME=   msn-pecan
PORTVERSION=    0.1.0.r1
PORTREVISION=   8
CATEGORIES= net-im
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX=  pidgin-
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/.r/-rc/}

MAINTAINER= hrkfdn@gmail.com
COMMENT=    Alternative MSN protocol plugin for libpurple

LIB_DEPENDS=    purple.10:${PORTSDIR}/net-im/libpurple

PROJECTHOST=    msn-pecan
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
USE_GETTEXT=    yes

post-install:
    ${GMAKE} -C ${WRKSRC} install_locales

.include <bsd.port.mk>