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/mess822 | |
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/mess822')
-rw-r--r-- | mail/mess822/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mess822/Makefile b/mail/mess822/Makefile index aa416fcea10e..9e0963ea0496 100644 --- a/mail/mess822/Makefile +++ b/mail/mess822/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mess822 -# Date created: 4 February 2001 -# Whom: David Siebörger <drs@rucus.ru.ac.za> -# +# Created by: David Siebörger <drs@rucus.ru.ac.za> # $FreeBSD$ -# PORTNAME= mess822 PORTVERSION= 0.58 @@ -17,7 +13,7 @@ MASTER_SITES= http://cr.yp.to/software/ \ MAINTAINER= drs@rucus.ru.ac.za COMMENT= RFC 822 mail message parsing library and rewriting utilities -USE_QMAIL_RUN= yes +USES= qmail:run RESTRICTED= Violates djb\'s license |