freebsd-ports/net/libsocket++/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

34 lines
764 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_VER= 13
INFO= socket++
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>