# ex:ts=8
# Ports collection makefile for:	libassa
# Date created:			Dec 24, 2003
# Whom:				ijliao
#
# $FreeBSD: ports/devel/libassa/Makefile,v 1.6 2005/03/26 21:24:01 kris Exp $
#

PORTNAME=	libassa
PORTVERSION=	3.2.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An C++ networking library and application framework

USE_GNOME=	gnomehack
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
USE_GCC=	3.3
.endif

.if ${ARCH} == "sparc64"
BROKEN=		"Does not build"
.endif

.include <bsd.port.post.mk>
