2003-12-25 08:28:12 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libassa
|
|
|
|
# Date created: Dec 24, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2004-08-16 02:47:09 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
2004-11-03 06:41:13 +00:00
|
|
|
USE_GCC= 3.3
|
2004-08-16 02:47:09 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|