# New ports collection makefile for: bdc # Date created: 4 December 2004 # Whom: Adi Pircalabu # # $FreeBSD$ # PORTNAME= bdc PORTVERSION= 7.0.1 PORTREVISION= 2 CATEGORIES= security #MASTER_SITES= # http://download.bitdefender.com/freebsd/${BDREL}/final/ DISTNAME= ${PORTNAME}-${PORTVERSION}.2-fbsd${BDREL} MAINTAINER= itetcu@FreeBSD.org COMMENT= BitDefender Console Antivirus for FreeBSD LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message ONLY_FOR_ARCHS= i386 RESTRICTED= License prohibits redistribution BDREL= 5 .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) IGNORE= you have to fetch ${DISTNAME}${EXTRACT_SUFX} manually after reading\ and agreeing to the license at:\ http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Old/EN/freebsd/Ver_${BDREL}/.\ Here is a direct link to the distribution file:\ http://download.bitdefender.com/SMB/Workstation_Security_and_Management/BitDefender_Antivirus_Scanner_for_Unices/Unix/Old/EN/freebsd/Ver_${BDREL}/bdc-7.0.1.2-fbsd${BDREL}.tar.gz.\ Once the file has been downloaded, move it to ${DISTDIR} and restart the build .endif do-install: @cd ${WRKDIR} && ${TAR} -cf - bdc | ${TAR} -xf - -C ${PREFIX}/ @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/bdc @${CHMOD} -R a=rX,u+w ${PREFIX}/bdc/ @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%PORTNAME%%|${PORTNAME}|g' \ < ${PKGDIR}/pkg-message > ${PKGMESSAGE} @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ < ${FILESDIR}/bdc > ${PREFIX}/bin/bdc @${CHMOD} +x ${PREFIX}/bin/bdc @${CAT} ${PKGMESSAGE} .include .4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark NO_ARCH.hrs2015-09-261-1/+2
* Fix fonts.dir by using fonts:fc and style consistency.hrs2015-09-142-9/+10
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* Make fonts repecting XDGbapt2015-03-223-31/+11
* Convert fc-cache(1) calls in pkg-plist to use @fc keywordjbeich2015-01-312-4/+2
* Remove code unused with stagingantoine2014-11-231-3/+0
* Cleanup plistantoine2014-11-121-4/+0
* Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1
* Fix properties on pkg-plistbapt2014-01-221-1/+0
* - Add STAGEDIR support.hrs2013-10-161-21/+21
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Fix a warning "Having multiple values in <test> isn't supported and mayhrs2013-09-053-11/+16