WANTLIB+=pthread, bump PKGNAMEs, and add a more specific license

marker while there.  ok sturm@
This commit is contained in:
sthen 2010-04-02 19:30:38 +00:00
parent 622d335805
commit 6776848080

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2009/11/05 10:57:58 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2010/04/02 19:30:38 sthen Exp $
COMMENT-main= nagios base plugins
COMMENT-fping= fping plugin
@ -12,22 +12,22 @@ COMMENT-snmp= plugins using snmp
V= 1.4.14
DISTNAME= nagios-plugins-${V}
PKGNAME-main= nagios-plugins-${V}
PKGNAME-fping= nagios-plugins-fping-${V}
PKGNAME-game= nagios-plugins-game-${V}
PKGNAME-ldap= nagios-plugins-ldap-${V}
PKGNAME-mysql= nagios-plugins-mysql-${V}
PKGNAME-ntp= nagios-plugins-ntp-${V}
PKGNAME-pgsql= nagios-plugins-pgsql-${V}
PKGNAME-main= nagios-plugins-${V}p0
PKGNAME-fping= nagios-plugins-fping-${V}p0
PKGNAME-game= nagios-plugins-game-${V}p0
PKGNAME-ldap= nagios-plugins-ldap-${V}p0
PKGNAME-mysql= nagios-plugins-mysql-${V}p0
PKGNAME-ntp= nagios-plugins-ntp-${V}p0
PKGNAME-pgsql= nagios-plugins-pgsql-${V}p0
PKGNAME-samba= nagios-plugins-samba-${V}
PKGNAME-snmp= nagios-plugins-snmp-${V}
PKGNAME-snmp= nagios-plugins-snmp-${V}p0
CATEGORIES= net
HOMEPAGE= http://nagiosplug.sourceforge.net/
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -84,7 +84,7 @@ BUILD_DEPENDS+= ::net/p5-Net-SNMP \
::net/net-snmp
.endif
WANTLIB= c
WANTLIB= c pthread
RUN_DEPENDS-fping= ::net/fping