in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
# New ports collection makefile for: gfax
|
|
# Date created: 20 January 2002
|
|
# Whom: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
|
|
#
|
|
# $FreeBSD$
|
|
# $Id: Makefile,v 1.12 2005/11/10 01:21:02 tmclau02 Exp $
|
|
#
|
|
|
|
PORTNAME= gfax
|
|
PORTVERSION= 0.7.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= comms print gnome
|
|
MASTER_SITES= http://gfax.cowlug.org/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
|
COMMENT= A Mono based pop-up fax manager
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/lib/mono/gtk-sharp/gtk-sharp.dll:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
|
|
bash:${PORTSDIR}/shells/bash2
|
|
RUN_DEPENDS= ${X11BASE}/lib/mono/gtk-sharp/gtk-sharp.dll:${PORTSDIR}/x11-toolkits/gtk-sharp10 \
|
|
${LOCALBASE}/bin/sendfax:${PORTSDIR}/comms/hylafax \
|
|
bash:${PORTSDIR}/shells/bash2
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gnomeprefix gnomehier libgnomeprint
|
|
STRIP=
|
|
|
|
GCONF_SCHEMAS=gfax.schemas
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
|
${WRKSRC}/gfax.in \
|
|
${WRKSRC}/gfaxlpr.in \
|
|
${WRKSRC}/scripts/printer-setup.sh
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \
|
|
${WRKSRC}/scripts/printer-setup.sh
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.mk>
|