diff options
Diffstat (limited to 'net-im/libicq/Makefile')
-rw-r--r-- | net-im/libicq/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-im/libicq/Makefile b/net-im/libicq/Makefile deleted file mode 100644 index 2baf0fcd31a6..000000000000 --- a/net-im/libicq/Makefile +++ /dev/null @@ -1,25 +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= ${MASTER_SITE_LOCAL} \ - ftp://ftp.korsoft.com/pub/gicq/ -MASTER_SITE_SUBDIR= flathill - -MAINTAINER= flathill@FreeBSD.org - -LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config - -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" - -.include <bsd.port.mk> |