1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/poslib/Makefile
Sergei Kolobov c32963f9f4 - Unbreak dns/posadis and its dependency devel/poslib
with the new PTHREAD_LIBS in 5.x and -CURRENT by
  changing USE_INC_LIBTOOL_VER to USE_LIBTOOL_VER
  (this also removes .la files)
- Bump PORTREVISION due to changed packages

Suggested by:	marcus
Approved by:	portmgr (marcus)
2004-10-11 07:59:46 +00:00

38 lines
843 B
Makefile

# New ports collection makefile for: poslib
# Date created: 2003-08-03
# Whom: Sergei Kolobov <sergei@kolobov.com>
#
# $FreeBSD$
#
PORTNAME= poslib
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel dns
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= posadis
MAINTAINER= sergei@FreeBSD.org
COMMENT= Posadis C++ DNS library
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
PLIST_SUB= VERSION="${PORTVERSION}"
DOCS= AUTHORS ChangeLog NEWS README TODO
EXAMPLES= examples/*.cpp
post-install:
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>