Pullup ticket #2773 - requested by obache
[pkgsrc.git] / security / fprot-workstation-bin / Makefile
1 # $NetBSD: Makefile,v 1.38 2007/08/07 21:42:55 taca Exp $
2
3 DISTNAME=               fprot-workstation-bin   # overridden below
4 PKGNAME=                fprot-workstation-bin-${FPVER}
5 CATEGORIES=             security
6 MASTER_SITES=           # empty
7 DIST_SUBDIR=            ${PKGBASE}-20070806
8 FPVER=                  4.6.8
9
10 MAINTAINER=             pkgsrc-users@NetBSD.org
11 HOMEPAGE=               http://www.f-prot.com/products/home_use/
12 COMMENT=                F-prot antivirus for home users
13
14 LICENSE=                fprot-workstation-license
15 RESTRICTED=             Redistribution not permitted
16 NO_SRC_ON_CDROM=        ${RESTRICTED}
17 NO_BIN_ON_CDROM=        ${RESTRICTED}
18 NO_BIN_ON_FTP=          ${RESTRICTED}
19 NO_SRC_ON_FTP=          ${RESTRICTED}
20
21 DEPENDS+=               p5-libwww>=5.69:../../www/p5-libwww
22
23 USE_TOOLS+=             perl:run unzip:run
24
25 PKG_INSTALLATION_TYPES= overwrite pkgviews
26
27 #EMUL_PLATFORMS+=       linux-i386
28 EMUL_PLATFORMS+=        netbsd-i386
29 #EMUL_PLATFORMS+=       solaris-i386
30 #EMUL_PLATFORMS+=       solaris-sparc
31 EMUL_MODULES.linux=     base
32
33 .include "../../mk/bsd.prefs.mk"
34
35 # This following section should be split out into Makefile.${EMUL_PLATFORM}
36 # files and the appropriate build and installation code added.
37 #
38 .if ${EMUL_PLATFORM} == "linux-i386"
39 MASTER_SITES=           http://files.f-prot.com/files/linux-x86/
40 DISTNAME=               fp-linux-ws
41 .elif ${EMUL_PLATFORM} == "solaris-i386"
42 MASTER_SITES=           http://files.f-prot.com/files/solaris-i386/
43 DISTNAME=               fp-solaris-i386-ws
44 .elif ${EMUL_PLATFORM} == "solaris-sparc"
45 MASTER_SITES=           http://files.f-prot.com/files/solaris-sparc/
46 DISTNAME=               fp-solaris-sparc-ws
47 .endif
48
49 .if exists(Makefile.${EMUL_PLATFORM})
50 .  include "Makefile.${EMUL_PLATFORM}"
51 .else
52 NO_BUILD=       yes
53 do-install:     # nothing
54 .endif
55
56 .include "../../mk/bsd.pkg.mk"