View | Details | Raw Unified | Return to bug 74198
Collapse All | Expand All

(-)/home/jbq/usr/ports/efax-gtk/Makefile (-17 / +16 lines)
Lines 2-30 Link Here
2
# Whom:                                Jean-Baptiste Quenot <jb.quenot@caraldi.com>
2
# Whom:                                Jean-Baptiste Quenot <jb.quenot@caraldi.com>
3
# Date Created:                        2004-02-29 10:33:43
3
# Date Created:                        2004-02-29 10:33:43
4
#
4
#
5
# $FreeBSD: ports/comms/efax-gtk/Makefile,v 1.9 2004/11/07 22:36:02 marcus Exp $
5
# $FreeBSD: ports/comms/efax-gtk/Makefile,v 1.7 2004/10/12 11:46:08 edwin Exp $
6
#
6
#
7
7
8
PORTNAME=	efax-gtk
8
PORTNAME=		efax-gtk
9
PORTVERSION=	2.2.12
9
PORTVERSION=		2.2.13
10
PORTREVISION=	1
10
CATEGORIES=		comms
11
CATEGORIES=	comms
11
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
EXTRACT_SUFX=	.src.tgz
13
EXTRACT_SUFX=		.src.tgz
15
14
16
MAINTAINER=	jb.quenot@caraldi.com
15
MAINTAINER=		jb.quenot@caraldi.com
17
COMMENT=	GUI front end for the efax fax program
16
COMMENT=		GUI front end for the efax fax program
18
17
19
LIB_DEPENDS=	sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
18
LIB_DEPENDS=		sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
20
LIB_DEPENDS+=	gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2
19
LIB_DEPENDS+=		gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2
21
RUN_DEPENDS=	${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv2
20
RUN_DEPENDS=		${X11BASE}/bin/ggv:${PORTSDIR}/print/ggv2
22
RUN_DEPENDS+=	${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
21
RUN_DEPENDS+=		${LOCALBASE}/bin/gs:${PORTSDIR}/print/ghostscript-gnu
23
22
24
USE_X_PREFIX=	YES
23
USE_X_PREFIX=		YES
25
GNU_CONFIGURE=	YES
24
GNU_CONFIGURE=		YES
26
CONFIGURE_ARGS=	--datadir=${PREFIX}/share/gnome
25
CONFIGURE_ARGS=		--datadir=${PREFIX}/share/gnome
27
MAN1=		efax.1 efix.1 efax-gtk.1
26
MAN1=			efax.1 efix.1 efax-gtk.1
28
27
29
post-install:
28
post-install:
30
	@${ECHO}
29
	@${ECHO}
(-)/home/jbq/usr/ports/efax-gtk/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (efax-gtk-2.2.12.src.tgz) = 4e25e81a96b7eee5cc4403bf00687fda
1
MD5 (efax-gtk-2.2.13.src.tgz) = 780f45fb47195b812ea596190c6cadcd
2
SIZE (efax-gtk-2.2.12.src.tgz) = 652941
2
SIZE (efax-gtk-2.2.13.src.tgz) = 649392

Return to bug 74198