diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 06:03:42 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 06:03:42 +0800 |
commit | 63f96859ce0b25a7057110abdd77cff71ff45681 (patch) | |
tree | d72ad8a21ce169d4163dc3bde69207c34ac21e0d /mail/simscan | |
parent | 4cf78eacbab3fd0188059a00356e6e23e76e547b (diff) | |
download | freebsd-ports-gnome-63f96859ce0b25a7057110abdd77cff71ff45681.tar.gz freebsd-ports-gnome-63f96859ce0b25a7057110abdd77cff71ff45681.tar.zst freebsd-ports-gnome-63f96859ce0b25a7057110abdd77cff71ff45681.zip |
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
bapt contributed to the qmail.mk as well
- Trim headers
USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX
With hat: portmgr
Diffstat (limited to 'mail/simscan')
-rw-r--r-- | mail/simscan/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/simscan/Makefile b/mail/simscan/Makefile index 8e3ac81481bb..278cf18e109e 100644 --- a/mail/simscan/Makefile +++ b/mail/simscan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: simscan -# Date created: 1 Apr 2005 -# Whom: Anton Karpov <toxa@toxahost.ru> -# +# Created by: Anton Karpov <toxa@toxahost.ru> # $FreeBSD$ -# PORTNAME= simscan PORTVERSION= 1.4.0 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= lippe@FreeBSD.org COMMENT= Fast Content/Anti-virus Scanner for qmail Written in C -USE_QMAIL_BUILD= yes +USES= qmail:build GNU_CONFIGURE= yes |