freebsd-ports/devel/libvanessa_socket/Makefile
Jason E. Hale b36b567487 - Update to 0.0.12
- s/YES/yes in USE_*
- Drop ABI version numbers from LIB_DEPENDS
- Trim Makefile header
- Sort pkg-plist
- Update WWW in pkg-descr

PR:		ports/168301
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-12-11 14:19:55 +00:00

30 lines
767 B
Makefile

# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
# $FreeBSD$
PORTNAME= libvanessa_socket
PORTVERSION= 0.0.12
CATEGORIES= devel
MASTER_SITES= http://horms.net/projects/vanessa/download/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:${PORTSDIR}/devel/libvanessa_logger \
popt:${PORTSDIR}/devel/popt
MAN1= vanessa_socket_pipe.1
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
${REINPLACE_CMD} -e '/^SUBDIRS/s|debian||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>