diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-06-01 23:49:18 +0000 |
commit | 6a294c20389911c409eb5f6f05033eaf6c6975ab (patch) | |
tree | b621d2670693545124e161f6048aa76ec80ae631 /palm/gnome-pilot-conduits/Makefile | |
parent | ef70e9816ef935802e3a1e27b44f1c499b5cb27b (diff) |
Notes
Diffstat (limited to 'palm/gnome-pilot-conduits/Makefile')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile deleted file mode 100644 index 7b1a2e062895..000000000000 --- a/palm/gnome-pilot-conduits/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnomepilot-conduits2 -# Date created: 15 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomepilot-conduits2 -PORTVERSION= 2.0.9 -CATEGORIES= palm comms gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-pilot-conduits/2.0 -DISTNAME= gnome-pilot-conduits-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Additional conduits for gnome-pilot2 - -LIB_DEPENDS= gpilotd.3:${PORTSDIR}/palm/gnomepilot2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_BISON= yes -USE_GNOME= gnomeprefix gnomehack libgnome -USE_LIBTOOL= yes -USE_REINPLACE= yes -CONFIGURE_ARGS= --with-pisock=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ - ${WRKSRC}/mal-conduit/mal/client/unix/MAL31DBConfig.c - -.include <bsd.port.mk> |