2004-10-16 17:49:19 +00:00
|
|
|
# New ports collection makefile for: gaim-openq
|
|
|
|
# Date created: 2004-10-12
|
|
|
|
# Whom: hamigua@hotpop.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openq
|
2005-04-20 11:18:47 +00:00
|
|
|
PORTVERSION= 0.3.2
|
2006-10-14 08:54:54 +00:00
|
|
|
PORTREVISION= 8
|
2005-11-09 08:21:21 +00:00
|
|
|
CATEGORIES= net-im
|
2004-10-16 17:49:19 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
|
2006-04-28 23:11:45 +00:00
|
|
|
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
|
|
|
|
|
2006-04-29 13:40:40 +00:00
|
|
|
MAINTAINER= liu_yinghong@yahoo.com.cn
|
2004-10-16 17:49:19 +00:00
|
|
|
COMMENT= A QQ-liked protocol plugin for Gaim
|
|
|
|
|
2006-10-14 08:54:54 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
2005-11-09 08:21:21 +00:00
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
2004-10-16 17:49:19 +00:00
|
|
|
|
2007-02-10 06:05:06 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-10-14 08:54:54 +00:00
|
|
|
USE_XLIB= yes
|
2004-10-16 17:49:19 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-16 17:49:19 +00:00
|
|
|
CONFIGURE_ARGS= --enable-static=yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
|
2005-08-30 17:09:41 +00:00
|
|
|
.include <bsd.port.mk>
|