diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 01:27:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 01:27:47 +0800 |
commit | b8ea45796d3a4defaebca23a6fe89be05bf645e3 (patch) | |
tree | f18ac7f177efe3e16116a1ecce82474de7d2dd56 /net-im/gaim-openq/Makefile | |
parent | 71b8934e32a67a5b445b0bcb08ca55f70d696841 (diff) | |
download | marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.tar marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.tar.gz marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.tar.bz2 marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.tar.lz marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.tar.xz marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.tar.zst marcuscom-ports-b8ea45796d3a4defaebca23a6fe89be05bf645e3.zip |
All of these ports will be remove from FreeBSD ports in Aug 24th.
Reminded by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9357 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/gaim-openq/Makefile')
-rw-r--r-- | net-im/gaim-openq/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile deleted file mode 100644 index b5ac51189..000000000 --- a/net-im/gaim-openq/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gaim-openq -# Date created: 2004-10-12 -# Whom: hamigua@hotpop.com -# -# $FreeBSD$ -# - -PORTNAME= openq -PORTVERSION= 0.3.2 -PORTREVISION= 10 -CATEGORIES= net-im -MASTER_SITES= SF -PKGNAMEPREFIX= gaim- - -PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ -PATCHFILES= openq-0.3.2.qq2006.group.patch.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= relaxbsd@gmail.com -COMMENT= A QQ-liked protocol plugin for Gaim - -BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim - -USE_AUTOTOOLS= libtool:15 -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -.include <bsd.port.mk> |