aboutsummaryrefslogtreecommitdiff
path: root/net-im/libicq/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-18 07:43:04 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-18 07:43:04 +0000
commit4d8ddf2cced92552256b458f31dd3adc2e6868de (patch)
treee5db5b50fa0c837b029e180812e857dc144443c2 /net-im/libicq/Makefile
parent2c471741cd13df27a71760cd46af5ed797859179 (diff)
downloadports-4d8ddf2cced92552256b458f31dd3adc2e6868de.tar.gz
ports-4d8ddf2cced92552256b458f31dd3adc2e6868de.zip
Notes
Diffstat (limited to 'net-im/libicq/Makefile')
-rw-r--r--net-im/libicq/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile
deleted file mode 100644
index b333f8a3af19..000000000000
--- a/net-im/libicq/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libicq
-# Date Created: 31 Oct 1998
-# Whom: Seiichirou Hiraoka
-#
-# $FreeBSD$
-#
-
-PORTNAME= libicq
-PORTVERSION= 0.33
-PORTREVISION= 1
-CATEGORIES= net-im
-MASTER_SITES= http://download.sourceforge.net/libicq/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= flathill
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library to add ICQ communication support to your software
-
-DEPRECATED= Runtime is broken. Unmaintained upstream
-EXPIRATION_DATE= 2012-01-17
-
-USE_GNOME= glib12
-USE_AUTOTOOLS= libtool
-USE_LDCONFIG= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>