8b545c5900
include file
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/01/16 16:23:06 rh Exp $
|
|
#
|
|
|
|
DISTNAME= netsaint-plugins-1.2.8-4
|
|
PKGNAME= netsaint-plugins-1.2.8.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netsaintplug/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://netsaintplug.sourceforge.net/
|
|
|
|
DEPENDS+= netsaint-base-*:../../net/netsaint-base
|
|
.if !exists(/usr/bin/ssh)
|
|
DEPENDS+= {ssh{,6}-*,openssh-*}:../../security/ssh
|
|
.endif
|
|
|
|
USE_SSL= YES
|
|
USE_PERL5= YES
|
|
|
|
.include "../../net/netsaint-base/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|