2000-03-21 18:59:52 +01:00
|
|
|
# New ports collection makefile for: gnomepilot-conduits
|
|
|
|
# Date created: 16th March 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-04-13 21:19:05 +02:00
|
|
|
#
|
2000-03-21 18:59:52 +01:00
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= gnomepilot-conduits
|
2000-05-17 18:35:48 +02:00
|
|
|
PORTVERSION= 0.4
|
2000-03-21 18:59:52 +01:00
|
|
|
CATEGORIES= palm comms gnome
|
2000-07-12 01:14:36 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot-conduits
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= gnome-pilot-conduits-${PORTVERSION}
|
2000-03-21 18:59:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= ade@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
|
2000-04-21 18:53:45 +02:00
|
|
|
gpilotd.0:${PORTSDIR}/palm/gnomepilot
|
2000-03-21 18:59:52 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GNOMECTRL= yes
|
2000-03-21 18:59:52 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure mal-conduit/configure
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
|
2000-03-21 18:59:52 +01:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
|
|
|
|
|
2000-08-04 18:11:37 +02:00
|
|
|
pre-patch:
|
2001-03-29 18:35:19 +02:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:34:38 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
2000-03-21 18:59:52 +01:00
|
|
|
.include <bsd.port.mk>
|