freebsd-ports/net-im/gaim-openq/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

30 lines
751 B
Makefile

# New ports collection makefile for: gaim-openq
# Date created: 2004-10-12
# Whom: hamigua@hotpop.com
#
# $FreeBSD$
#
PORTNAME= openq
PORTVERSION= 0.3.2
PORTREVISION= 6
CATEGORIES= net-im
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-im/gaim
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
USE_X_PREFIX= 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>