2003-04-18 19:12:53 +02:00
|
|
|
# New ports collection makefile for: gnomepilot-conduits2
|
|
|
|
# Date created: 15 April 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2000-03-21 18:59:52 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-04-13 21:19:05 +02:00
|
|
|
#
|
2000-03-21 18:59:52 +01:00
|
|
|
|
2003-04-18 19:12:53 +02:00
|
|
|
PORTNAME= gnomepilot-conduits2
|
2005-04-10 20:25:50 +02:00
|
|
|
PORTVERSION= 2.0.13
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2000-03-21 18:59:52 +01:00
|
|
|
CATEGORIES= palm comms gnome
|
2002-05-24 12:31:11 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-04-18 19:12:53 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-pilot-conduits/2.0
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= gnome-pilot-conduits-${PORTVERSION}
|
2003-04-18 19:12:53 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
2000-03-21 18:59:52 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-04-18 19:12:53 +02:00
|
|
|
COMMENT= Additional conduits for gnome-pilot2
|
2000-03-21 18:59:52 +01:00
|
|
|
|
2003-05-04 00:05:54 +02:00
|
|
|
LIB_DEPENDS= gpilotd.3:${PORTSDIR}/palm/gnomepilot2
|
2000-03-21 18:59:52 +01:00
|
|
|
|
2002-05-24 12:31:11 +02:00
|
|
|
USE_BZIP2= yes
|
2000-03-21 18:59:52 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2003-04-18 19:12:53 +02:00
|
|
|
USE_BISON= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnome
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-04-19 07:07:48 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-01-05 09:57:29 +01:00
|
|
|
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-05-20 01:42:34 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-03-21 18:59:52 +01:00
|
|
|
|
2002-07-11 19:16:10 +02:00
|
|
|
post-patch:
|
2003-04-19 07:07:48 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
|
|
|
|
${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c
|
2005-04-10 20:25:50 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \
|
|
|
|
${WRKSRC}/po/Makefile.in.in
|
2000-08-04 03:34:38 +02:00
|
|
|
|
2000-03-21 18:59:52 +01:00
|
|
|
.include <bsd.port.mk>
|