diff options
Diffstat (limited to 'net-im/libicq/Makefile')
-rw-r--r-- | net-im/libicq/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile deleted file mode 100644 index c089a700b808..000000000000 --- a/net-im/libicq/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: libicq -# Date Created: 31 Oct 1998 -# Whom: Seiichirou Hiraoka -# -# $FreeBSD$ -# - -PORTNAME= libicq -PORTVERSION= 0.33 -CATEGORIES= net -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 - -USE_GNOME= glib12 -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> |