blob: 5e518d52728a446ebe15c6afa65654b6f9e7aa07 (
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= 2
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.6:${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>
|