diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 15:17:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-12 15:17:08 +0000 |
commit | 37356c960ca7ab9ba12537980f1d440797c3b5d0 (patch) | |
tree | 000cb185f6549a733b8786ed1d9864cf3db9321c /net/gnomeicu/Makefile | |
parent | 54c8494312ed9edac8e7c3e674935dea3176693e (diff) |
Remove this ports as part of phase II of the GNOME 1.4 desktop removal.
Notes
Notes:
svn path=/head/; revision=86822
Diffstat (limited to 'net/gnomeicu/Makefile')
-rw-r--r-- | net/gnomeicu/Makefile | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/net/gnomeicu/Makefile b/net/gnomeicu/Makefile deleted file mode 100644 index de8333584590..000000000000 --- a/net/gnomeicu/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Ports collection Makefile for: GnomeICU -# Date created: 03/16/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gnomeicu -PORTVERSION= 0.98.3 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnomeicu - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME ICQ client - -LIB_DEPENDS+= gnet.1:${PORTSDIR}/net/gnet - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack libglade libpanel gdkpixbuf -GNU_CONFIGURE= yes -USE_GMAKE= yes -.if defined(WITH_DANTE) -LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante -SOCKSFLAGS= -Dconnect=Rconnect -Dbind=Rbind -Dgetsockname=Rgetsockname \ - -Dgetpeername=Rgetpeername -Daccept=Raccept \ - -Drresvport=Rrresvport -Dbindresvport=Rbindresvport \ - -Dgethostbyname=Rgethostbyname \ - -Dgethostbyname2=Rgethostbyname2 -Dsendto=Rsendto \ - -Drecvfrom=Rrecvfrom -Drecvfrom=Rrecvfrom -Dwrite=Rwrite \ - -Dwritev=Rwritev -Dsend=Rsend -Dsendmsg=Rsendmsg \ - -Dread=Rread -Dreadv=Rreadv -Drecv=Rrecv -Drecvmsg=Rrecvmsg -SOCKSLIBS= -lsocks -.elif defined(WITH_SOCKS5) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -SOCKSFLAGS= -DSOCKS -include ${LOCALBASE}/include/socks.h -SOCKSLIBS= -lsocks5 -.endif - -CONFIGURE_ARGS= --with-statusmenu -CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv ${SOCKSLIBS}" \ - CFLAGS="${CFLAGS}" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -.include <bsd.port.mk> |