mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a247b2f47d
other miscellaneous files that are not actually manual pages (part 2).
30 lines
580 B
Makefile
30 lines
580 B
Makefile
# Created by: Narvi <narvi@haldjas.folklore.ee>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsocket++
|
|
PORTVERSION= 1.12.13
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://src.linuxhacker.at/socket++/
|
|
DISTNAME= socket++-${PORTVERSION}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= C++ wrapper library to the sockets
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= autoreconf libtool makeinfo
|
|
|
|
INFO= socket++
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|