2013-08-14 14:38:53 +02:00
|
|
|
# Created by: Sergey Matveychuk <sem@FreeBSD.org>
|
2006-05-13 23:39:05 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= whoson
|
2009-07-13 18:03:14 +02:00
|
|
|
PORTVERSION= 2.05
|
2014-08-13 18:14:20 +02:00
|
|
|
PORTREVISION= 1
|
2006-05-13 23:39:05 +02:00
|
|
|
CATEGORIES= mail
|
2009-08-22 02:28:34 +02:00
|
|
|
MASTER_SITES= SF
|
2006-05-13 23:39:05 +02:00
|
|
|
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
2009-07-13 18:03:14 +02:00
|
|
|
COMMENT= Implementation of `WHO iS ONline' protocol
|
2006-05-13 23:39:05 +02:00
|
|
|
|
2014-08-13 18:14:20 +02:00
|
|
|
USES= libtool
|
2006-05-13 23:39:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2013-08-30 06:45:28 +02:00
|
|
|
CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf
|
- 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
|
2006-05-13 23:39:05 +02:00
|
|
|
|
2012-08-06 01:19:36 +02:00
|
|
|
USE_RC_SUBR= whoson
|
2006-05-13 23:39:05 +02:00
|
|
|
|
|
|
|
PORTDOCS= README ChangeLog
|
|
|
|
|
2013-08-30 06:45:28 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2006-05-13 23:39:05 +02:00
|
|
|
post-install:
|
2013-08-30 06:45:28 +02:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2014-04-03 23:45:54 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}/${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
2006-05-13 23:39:05 +02:00
|
|
|
.endif
|
2014-04-03 23:45:54 +02:00
|
|
|
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libwhoson.so.0
|
2006-05-13 23:39:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|