2006-05-13 17:39:05 -04:00
|
|
|
# New ports collection makefile for: whoson
|
|
|
|
# Date created: 14 May 2006
|
|
|
|
# Whom: Sergey Matveychuk <sem@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= whoson
|
|
|
|
PORTVERSION= 2.03
|
2006-07-22 17:12:08 -04:00
|
|
|
PORTREVISION= 1
|
2006-05-13 17:39:05 -04:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= sem@FreeBSD.org
|
2006-05-15 08:48:59 -04:00
|
|
|
COMMENT= `WHO iS ONline' protocol implementation
|
2006-05-13 17:39:05 -04:00
|
|
|
|
2007-01-31 21:42:05 -05:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-05-13 17:39:05 -04:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
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 13:56:05 -04:00
|
|
|
USE_LDCONFIG= yes
|
2006-05-13 17:39:05 -04:00
|
|
|
|
|
|
|
USE_RC_SUBR= whoson.sh
|
|
|
|
|
|
|
|
MAN3= whoson.3 wso_login.3 wso_logout.3 wso_query.3 wso_version.3
|
|
|
|
MAN5= whoson.conf.5
|
|
|
|
MAN8= whoson.8 whosond.8
|
|
|
|
|
|
|
|
PORTDOCS= README ChangeLog
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|