2002-11-22 07:33:41 +00:00
|
|
|
# New ports collection makefile for: gfax
|
|
|
|
# Date created: 20 January 2002
|
|
|
|
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-02-04 23:02:29 +00:00
|
|
|
# $Id: Makefile,v 1.16 2007/01/30 00:19:26 tmclau02 Exp $
|
2002-11-22 07:33:41 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gfax
|
2007-02-04 23:02:29 +00:00
|
|
|
PORTVERSION= 0.7.6
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 7
|
2004-07-17 14:18:29 +00:00
|
|
|
CATEGORIES= comms print gnome
|
2003-06-01 20:21:43 +00:00
|
|
|
MASTER_SITES= http://gfax.cowlug.org/
|
2002-11-22 07:33:41 +00:00
|
|
|
|
2005-02-16 21:05:55 +00:00
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
2005-07-10 21:46:05 +00:00
|
|
|
COMMENT= A Mono based pop-up fax manager
|
2002-11-22 07:33:41 +00:00
|
|
|
|
2007-02-04 23:02:29 +00:00
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/evolution-sharp.pc:${PORTSDIR}/mail/evolution-sharp
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax \
|
|
|
|
bash:${PORTSDIR}/shells/bash \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/evolution-sharp.pc:${PORTSDIR}/mail/evolution-sharp
|
2002-11-22 07:33:41 +00:00
|
|
|
|
2004-07-17 14:18:29 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-04 23:02:29 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehier libgnomeprint gnomesharp20
|
2005-05-16 06:33:05 +00:00
|
|
|
STRIP=
|
2003-06-01 20:21:43 +00:00
|
|
|
|
2007-02-04 23:02:29 +00:00
|
|
|
GCONF_SCHEMAS= gfax.schemas
|
2002-11-22 07:33:41 +00:00
|
|
|
|
2004-07-17 14:18:29 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
2005-05-16 06:33:05 +00:00
|
|
|
${WRKSRC}/gfax.in \
|
|
|
|
${WRKSRC}/gfaxlpr.in \
|
2004-07-17 14:18:29 +00:00
|
|
|
${WRKSRC}/scripts/printer-setup.sh
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
|
|
|
|
${WRKSRC}/scripts/printer-setup.sh
|
|
|
|
|
2005-11-10 04:41:45 +00:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2005-05-16 06:33:05 +00:00
|
|
|
.include <bsd.port.mk>
|