aboutsummaryrefslogtreecommitdiff
path: root/net/mcabber/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mcabber/Makefile')
-rw-r--r--net/mcabber/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/mcabber/Makefile b/net/mcabber/Makefile
deleted file mode 100644
index f1505244d62b..000000000000
--- a/net/mcabber/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: mcabber
-# Date created: 2005-10-05
-# Whom: vsevolod
-#
-# $FreeBSD$
-#
-
-PORTNAME= mcabber
-PORTVERSION= 0.7.0
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
-
-MAINTAINER= vsevolod@FreeBSD.org
-COMMENT= Small Jabber console client
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_OPENSSL= yes
-USE_ICONV= yes
-USE_GETTEXT= yes
-USE_GNOME= glib20
-USE_GETOPT_LONG= yes
-
-LDFLAGS+= -lcrypto
-
-MAN1= mcabber.1
-PLIST_FILES= bin/mcabber %%EXAMPLESDIR%%/mcabberrc
-PLIST_DIRS= %%EXAMPLESDIR%%
-
-post-install:
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/mcabberrc.example ${EXAMPLESDIR}/mcabberrc
-
-.include <bsd.port.mk>