1997-02-07 23:54:07 +00:00
|
|
|
# Ports collection makefile for: libsocket++
|
|
|
|
# Date created: Sun Jan 19, 1997
|
|
|
|
# Whom: Narvi <narvi@haldjas.folklore.ee>
|
|
|
|
# David O'Brien (obrien@FreeBSD.org)
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1997-02-07 23:54:07 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= libsocket++
|
2003-04-27 21:43:18 +00:00
|
|
|
PORTVERSION= 1.12.10
|
2001-01-16 17:33:20 +00:00
|
|
|
CATEGORIES= net
|
2003-03-23 16:23:42 +00:00
|
|
|
MASTER_SITES= http://www.hstraub.at/linux/downloads/src/
|
2002-11-29 11:12:42 +00:00
|
|
|
DISTNAME= socket++-${PORTVERSION}
|
1998-01-07 11:11:48 +00:00
|
|
|
|
2003-04-06 15:45:34 +00:00
|
|
|
MAINTAINER= arved@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= A C++ wrapper library to the sockets
|
1997-02-07 23:54:07 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-11-29 11:12:42 +00:00
|
|
|
USE_AUTOMAKE_VER= 15
|
|
|
|
USE_LIBTOOL= yes
|
2000-04-29 21:53:59 +00:00
|
|
|
|
2003-08-04 18:51:28 +00:00
|
|
|
INFO= socket++
|
|
|
|
|
2002-11-29 11:12:42 +00:00
|
|
|
post-patch:
|
2003-06-26 22:58:32 +00:00
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
|
1997-02-07 23:54:07 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/libsocket++
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsocket++
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|