bb040dde3e
Move mail/mutt-lite to mail/mutt14-lite Move mail/mutt-devel to mail/mutt Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid breaking the cvs exporter PR: ports/169546 Suggested by: obrien Approved by: maintainer
18 lines
494 B
Makefile
18 lines
494 B
Makefile
# Ports collection makefile for: mutt-lite
|
|
# Date created: Thu May 19, 2005
|
|
# Whom: Jose M Rodriguez <josemi@freebsd.jazztel.es>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Just to get a mutt-lite pkg on pkg cluster
|
|
|
|
MASTERDIR= ${.CURDIR}/../../mail/mutt14
|
|
|
|
COMMENT= mutt, the Mongrel of Mail User Agents (lite package)
|
|
|
|
CONFLICTS= ja-mutt-[0-9]* ja-mutt-devel-[0-9]* mutt-[0-9]* mutt-devel-[0-9]* mutt-devel-lite-[0-9]* zh-mutt-devel-[0-9]* mutt-lite-[^1].[^4]*
|
|
|
|
MUTT_LITE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|