2000-03-21 12:59:52 -05:00
|
|
|
# New ports collection makefile for: gnomepilot-conduits
|
|
|
|
# Date created: 16th March 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-04-13 15:19:05 -04:00
|
|
|
#
|
2000-03-21 12:59:52 -05:00
|
|
|
|
2000-04-13 15:19:05 -04:00
|
|
|
PORTNAME= gnomepilot-conduits
|
2002-05-24 06:31:11 -04:00
|
|
|
PORTVERSION= 0.9
|
2000-03-21 12:59:52 -05:00
|
|
|
CATEGORIES= palm comms gnome
|
2002-05-24 06:31:11 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 13:07:51 -04:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-pilot-conduits/0.9
|
2000-04-13 15:19:05 -04:00
|
|
|
DISTNAME= gnome-pilot-conduits-${PORTVERSION}
|
2002-05-24 06:31:11 -04:00
|
|
|
DIST_SUBDIR= gnome
|
2000-03-21 12:59:52 -05:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-03-21 12:59:52 -05:00
|
|
|
|
2001-12-26 06:42:45 -05:00
|
|
|
LIB_DEPENDS= gpilotd.1:${PORTSDIR}/palm/gnomepilot
|
2000-03-21 12:59:52 -05:00
|
|
|
|
2002-05-24 06:31:11 -04:00
|
|
|
USE_BZIP2= yes
|
2000-03-21 12:59:52 -05:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2002-07-11 13:16:10 -04:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs libglade gnomevfs
|
2000-03-21 12:59:52 -05:00
|
|
|
USE_LIBTOOL= yes
|
2002-01-05 03:57:29 -05:00
|
|
|
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2000-03-21 12:59:52 -05:00
|
|
|
|
2002-07-11 13:16:10 -04:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-03 21:34:38 -04:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
2000-03-21 12:59:52 -05:00
|
|
|
.include <bsd.port.mk>
|