1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/devel/libvanessa_socket/Makefile
Clement Laforet b6dc8ffaa9 - Update perdition to 1.17
- Pass maintainership of perdition and libvanessa* to submitter

Submitted by:		Thomas Vogt <thomas@bsdunix.ch>
Also submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1]
PR:			ports/83305 [1]
2005-12-19 10:06:19 +00:00

29 lines
771 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
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
INSTALLS_SHLIB= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>