summaryrefslogtreecommitdiff
blob: 0cd2acf8f04ff50f5e4eacd542778efc73508a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.0.0-r1.ebuild,v 1.1 2004/12/04 12:49:16 klieber Exp $

inherit eutils

DESCRIPTION="Mailing list managing made joyful"
HOMEPAGE="http://mlmmj.mmj.dk/"
SRC_URI="http://mlmmj.mmj.dk/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/mta"
#RDEPEND=""

src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/mlmmj-1.0.0-r1-print.patch
}

src_compile() {
	econf
	emake || die
}

src_install() {
	make DESTDIR=${D} install || die
}