789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
31 lines
811 B
Makefile
31 lines
811 B
Makefile
# New ports collection makefile for: libvanessa_socket
|
|
# Date created: 28 April 2001
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libvanessa_socket
|
|
PORTVERSION= 0.0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION}
|
|
DISTNAME= vanessa_socket-${PORTVERSION}
|
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
|
COMMENT= Library that provides a simple layer for TCP/IP socket operations
|
|
|
|
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \
|
|
popt.0:${PORTSDIR}/devel/popt
|
|
|
|
MAN1= vanessa_socket_pipe.1
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
USE_LDCONFIG= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|