Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89047
Collapse All | Expand All

(-)hylafax-4.2.1.ebuild.old (-3 / +13 lines)
Lines 4-10 Link Here
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE="faxonly jpeg pam"
7
IUSE="faxonly jpeg pam mgetty"
8
8
9
DESCRIPTION="Client-server fax package for class 1 and 2 fax modems."
9
DESCRIPTION="Client-server fax package for class 1 and 2 fax modems."
10
HOMEPAGE="http://www.hylafax.org"
10
HOMEPAGE="http://www.hylafax.org"
Lines 20-26 Link Here
20
	>=media-libs/tiff-3.7.0
20
	>=media-libs/tiff-3.7.0
21
	jpeg? ( media-libs/jpeg )
21
	jpeg? ( media-libs/jpeg )
22
	sys-apps/gawk
22
	sys-apps/gawk
23
	pam? ( sys-libs/pam )"
23
	pam? ( sys-libs/pam )
24
	mgetty? ( net-dialup/mgetty )"
24
25
25
RDEPEND="${DEPEND}
26
RDEPEND="${DEPEND}
26
	net-mail/metamail"
27
	net-mail/metamail"
Lines 39-45 Link Here
39
		--with-DIR_SPOOL=/var/spool/fax
40
		--with-DIR_SPOOL=/var/spool/fax
40
		--with-DIR_HTML=/usr/share/doc/${P}/html
41
		--with-DIR_HTML=/usr/share/doc/${P}/html
41
		--with-DIR_CGI=${WORKDIR}
42
		--with-DIR_CGI=${WORKDIR}
42
		--with-PATH_EGETTY=/bin/false
43
		--with-HTML=yes
43
		--with-HTML=yes
44
		--with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax
44
		--with-PATH_DPSRIP=/var/spool/fax/bin/ps2fax
45
		--with-PATH_IMPRIP=\"\"
45
		--with-PATH_IMPRIP=\"\"
Lines 47-52 Link Here
47
		--with-LIBTIFF=\"-ltiff -ljpeg -lz\"
47
		--with-LIBTIFF=\"-ltiff -ljpeg -lz\"
48
		--with-OPTIMIZER=\"${CFLAGS}\"
48
		--with-OPTIMIZER=\"${CFLAGS}\"
49
		--with-DSO=auto"
49
		--with-DSO=auto"
50
	
51
	if use mgetty; then
52
		my_conf="${my_conf} \
53
			--with-PATH_EGETTY=/usr/sbin/mgetty \
54
			--with-PATH_VGETTY=/usr/sbin/vgetty"
55
	else
56
		my_conf="${my_conf} \
57
			--with-PATH_EGETTY=/bin/false \
58
			--with-PATH_VGETTY=/bin/false"
59
	fi
50
60
51
	if [ -h /etc/localtime ]; then
61
	if [ -h /etc/localtime ]; then
52
		local continent=$(readlink /etc/localtime | cut -d / -f 5)
62
		local continent=$(readlink /etc/localtime | cut -d / -f 5)

Return to bug 89047