9e88d6ba06
PR: 127426 Submitted by: Henrik Friedrichsen <hrkfrd@googlemail.com> (maintainer)
34 lines
671 B
Makefile
34 lines
671 B
Makefile
# New ports collection makefile for: pidgin-msn-pecan
|
|
# Date created: 30 July 2008
|
|
# Whom: hrkfrd@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= msn-pecan
|
|
PORTVERSION= 0.0.16
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
PKGNAMEPREFIX= pidgin-
|
|
|
|
MAINTAINER= hrkfrd@googlemail.com
|
|
COMMENT= Alternative MSN protocol plugin for libpurple
|
|
|
|
LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple
|
|
|
|
PROJECTHOST= msn-pecan
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GETTEXT= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700000
|
|
BROKEN= does not compile on FreeBSD 6.X
|
|
.endif
|
|
|
|
post-install:
|
|
${GMAKE} -C ${WRKSRC} install_locales
|
|
|
|
.include <bsd.port.post.mk>
|