2001-05-20 05:58:49 +02:00
|
|
|
# New ports collection makefile for: libvanessa_socket
|
|
|
|
# Date created: 28 April 2001
|
|
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvanessa_socket
|
2004-03-23 17:08:06 +01:00
|
|
|
PORTVERSION= 0.0.7
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2001-05-20 05:58:49 +02:00
|
|
|
CATEGORIES= devel
|
2002-12-12 09:38:25 +01:00
|
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
2001-05-20 05:58:49 +02:00
|
|
|
MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION}
|
|
|
|
DISTNAME= vanessa_socket-${PORTVERSION}
|
|
|
|
|
2005-12-19 11:06:19 +01:00
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Library that provides a simple layer for TCP/IP socket operations
|
2001-05-20 05:58:49 +02:00
|
|
|
|
2001-08-30 21:42:09 +02:00
|
|
|
LIB_DEPENDS= vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \
|
|
|
|
popt.0:${PORTSDIR}/devel/popt
|
2001-05-20 05:58:49 +02:00
|
|
|
|
|
|
|
MAN1= vanessa_socket_pipe.1
|
|
|
|
|
2007-01-30 00:51:55 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= YES
|
2004-03-23 17:08:06 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2001-05-20 05:58:49 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|