2013-07-08 20:42:15 +02:00
|
|
|
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
2011-05-26 18:58:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nagstamon
|
2012-04-16 10:06:24 +02:00
|
|
|
PORTVERSION= 0.9.9
|
2012-06-15 06:29:18 +02:00
|
|
|
PORTREVISION= 2
|
2011-05-26 18:58:58 +02:00
|
|
|
CATEGORIES= net-mgmt python
|
2011-05-30 16:48:07 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} \
|
|
|
|
CRITICAL/.
|
2011-05-26 18:58:58 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
|
|
COMMENT= Nagios status monitor for your desktop
|
|
|
|
|
2011-10-24 16:03:38 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2012-06-15 06:29:18 +02:00
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
2011-05-26 18:58:58 +02:00
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= 2
|
2011-05-26 18:58:58 +02:00
|
|
|
USE_PYDISTUTILS=yes
|
|
|
|
USE_GNOME= pygtk2 librsvg2
|
|
|
|
|
2011-05-28 11:35:49 +02:00
|
|
|
WRKSRC= ${WRKDIR}/Nagstamon
|
|
|
|
|
2011-05-26 18:58:58 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
post-install:
|
2013-11-13 15:42:29 +01:00
|
|
|
@${LN} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2011-05-26 18:58:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|