diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 06:03:42 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-16 06:03:42 +0800 |
commit | a6c5ddc500ddbed753f9226a59314be576044fb3 (patch) | |
tree | d72ad8a21ce169d4163dc3bde69207c34ac21e0d /mail/usendmail | |
parent | 77880fbd9bd309254c57bcff0847732e9eb159c5 (diff) | |
download | freebsd-ports-gnome-a6c5ddc500ddbed753f9226a59314be576044fb3.tar.gz freebsd-ports-gnome-a6c5ddc500ddbed753f9226a59314be576044fb3.tar.zst freebsd-ports-gnome-a6c5ddc500ddbed753f9226a59314be576044fb3.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/usendmail')
-rw-r--r-- | mail/usendmail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile index 7890ec073bf1..5d7488637b6b 100644 --- a/mail/usendmail/Makefile +++ b/mail/usendmail/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: usendmail -# Date created: 2004-02-19 -# Whom: Thomas Seck <tmseck@netcologne.de> -# +# Created by: Thomas Seck <tmseck@netcologne.de> # $FreeBSD$ -# PORTNAME= usendmail PORTVERSION= 0.1.6 @@ -14,7 +10,7 @@ MASTER_SITES= http://www.ohse.de/uwe/usendmail/ MAINTAINER= tmseck@FreeBSD.org COMMENT= A replacement for qmail's sendmail drop-in -USE_QMAIL= yes +USES= qmail WRKSRC= ${WRKDIR}/mail/${DISTNAME} |