2003-08-30 02:56:20 +02:00
|
|
|
# New ports collection makefile for: poslib
|
|
|
|
# Date created: 2003-08-03
|
|
|
|
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= poslib
|
2005-08-29 14:27:30 +02:00
|
|
|
PORTVERSION= 1.0.6
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2003-08-30 02:56:20 +02:00
|
|
|
CATEGORIES= devel dns
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/posadis/${PORTNAME}/${PORTVERSION}
|
2003-08-30 02:56:20 +02:00
|
|
|
|
2008-07-27 06:30:53 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-30 02:56:20 +02:00
|
|
|
COMMENT= Posadis C++ DNS library
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-08-30 02:56:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-10-06 10:52:33 +02:00
|
|
|
CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-08-30 02:56:20 +02:00
|
|
|
|
2003-10-06 19:58:51 +02:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2003-08-30 02:56:20 +02:00
|
|
|
DOCS= AUTHORS ChangeLog NEWS README TODO
|
2003-10-06 19:58:51 +02:00
|
|
|
EXAMPLES= examples/*.cpp
|
2003-08-30 02:56:20 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-10-06 19:58:51 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-08-30 02:56:20 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|