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