aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-msn-pecan/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 14:14:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-31 14:14:04 +0000
commitb2a79266bb2c886e6eed003454b8ef4824a4c29f (patch)
tree4528a1696a116aed88e5bf61344b164404633f7c /net-im/pidgin-msn-pecan/Makefile
parent445f94e7f11a015f9f6fac63c57de6612b69edcf (diff)
downloadports-b2a79266bb2c886e6eed003454b8ef4824a4c29f.tar.gz
ports-b2a79266bb2c886e6eed003454b8ef4824a4c29f.zip
Notes
Diffstat (limited to 'net-im/pidgin-msn-pecan/Makefile')
-rw-r--r--net-im/pidgin-msn-pecan/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/pidgin-msn-pecan/Makefile b/net-im/pidgin-msn-pecan/Makefile
deleted file mode 100644
index 9eae56ad2a06..000000000000
--- a/net-im/pidgin-msn-pecan/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: 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
-
-DEPRECATED= Primary MSN Messenger service terminated 30 APR 2013
-EXPIRATION_DATE=2013-10-31
-
-LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple
-
-PROJECTHOST= msn-pecan
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-USES= gettext gmake pkgconfig
-
-NO_STAGE= yes
-post-install:
- ${GMAKE} -C ${WRKSRC} install_locales
-
-.include <bsd.port.mk>