1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/libassa/Makefile
Sam Lawrance 7af04e3b30 Don't attempt to use libtool before it is installed.
Reported by:	kris
Noodlebrain:	me
2005-06-03 00:39:11 +00:00

31 lines
646 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_INC_LIBTOOL_VER= 15
CONFIGURE_ARGS= --disable-html-docs --disable-static
INSTALLS_SHLIB= yes
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in
pre-configure:
@${CP} ${LTMAIN} ${WRKSRC}
.include <bsd.port.mk>