8a4e5643c0
- Replace pre-configure target with USE_AUTOTOOLS. - Staging and DOCS option. PR: 186603 Submitted by: tijl
32 lines
667 B
Makefile
32 lines
667 B
Makefile
# Created by: Narvi <narvi@haldjas.folklore.ee>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsocket++
|
|
PORTVERSION= 1.12.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://src.linuxhacker.at/socket++/
|
|
DISTNAME= socket++-${PORTVERSION}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= A C++ wrapper library to the sockets
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool
|
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize
|
|
AUTOMAKE_ARGS= -a -c
|
|
LIBTOOLIZE_ARGS=-i -c
|
|
|
|
INFO= socket++
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|