b2fd75e438
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
32 lines
745 B
Makefile
32 lines
745 B
Makefile
# Ports collection makefile for: libsocket++
|
|
# Date created: Sun Jan 19, 1997
|
|
# Whom: Narvi <narvi@haldjas.folklore.ee>
|
|
# David O'Brien (obrien@FreeBSD.org)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsocket++
|
|
PORTVERSION= 1.12.10
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.hstraub.at/linux/downloads/src/
|
|
DISTNAME= socket++-${PORTVERSION}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= A C++ wrapper library to the sockets
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_AUTOMAKE_VER= 15
|
|
USE_LIBTOOL= yes
|
|
|
|
post-patch:
|
|
@(cd ${WRKSRC}; ${SETENV} ${SCRIPTS_ENV} ${SH} ./autogen)
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/libsocket++
|
|
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsocket++
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|