aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim-openq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gaim-openq/Makefile')
-rw-r--r--net-im/gaim-openq/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/gaim-openq/Makefile b/net-im/gaim-openq/Makefile
deleted file mode 100644
index 9375b835a653..000000000000
--- a/net-im/gaim-openq/Makefile
+++ /dev/null
@@ -1,36 +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= 3
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= gaim-
-
-MAINTAINER= hamigua@hotpop.com
-COMMENT= A QQ-liked protocol plugin for Gaim
-
-BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim
-RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
-
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20
-USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --enable-static=yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "does not compile"
-.endif
-
-.include <bsd.port.post.mk>