freebsd-ports/net/libsocket++/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

36 lines
925 B
Makefile

# ex:ts=8
# 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.10
CATEGORIES= net
MASTER_SITES= ftp://ftp.umsicht.fhg.de/pub/unix/language/C++/class-libraries/ \
ftp://ftp.par.univie.ac.at/pub/unix/c++/ \
ftp://jungfrau.ptf.hro.nl/pub/socket/
DISTNAME= socket++-1.10
MAINTAINER= narvi@haldjas.folklore.ee
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
NOPROFILE= true
post-configure:
@${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/libsocket++
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/libsocket++
${INSTALL_MAN} ${WRKSRC}/socket++.ps ${PREFIX}/share/doc/libsocket++
.endif
@install-info ${PREFIX}/info/socket++.info ${PREFIX}/info/dir
.include <bsd.port.mk>