mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
33 lines
681 B
Makefile
33 lines
681 B
Makefile
# Created by: Narvi <narvi@haldjas.folklore.ee>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsocket++
|
|
PORTVERSION= 1.12.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://src.linuxhacker.at/socket++/
|
|
DISTNAME= socket++-${PORTVERSION}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= C++ wrapper library to the sockets
|
|
|
|
LICENSE= BSD
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool:keepla makeinfo
|
|
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>
|