freebsd-ports/devel/libassa/Makefile
Kirill Ponomarev 289f44141c Update to version 3.3.0
PR:		ports/79469
Submitted by:	Ports Fury
2005-04-05 09:51:56 +00:00

33 lines
673 B
Makefile

# ex:ts=8
# Ports collection makefile for: libassa
# Date created: Dec 24, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libassa
PORTVERSION= 3.3.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 gnometarget pkgconfig
USE_REINPLACE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ARGS= --disable-html-docs
INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not build"
.endif
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>