freebsd-ports/net-im/pidgin-msn-pecan/Makefile
Martin Wilke 9e88d6ba06 - Update to 0.0.16
PR:		127426
Submitted by:	Henrik Friedrichsen <hrkfrd@googlemail.com> (maintainer)
2008-10-05 10:23:22 +00:00

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>