mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
41983b47f4
PR: 53361 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
30 lines
782 B
Makefile
30 lines
782 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.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.vergenet.net/linux/vanessa/download/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= vanessa_socket/${PORTVERSION}
|
|
DISTNAME= vanessa_socket-${PORTVERSION}
|
|
|
|
MAINTAINER= sheepkiller@cultdeadsheep.org
|
|
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
|
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
USE_LIBTOOL= YES
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|