freebsd-ports/palm/gnomepilot-conduits2/Makefile

35 lines
880 B
Makefile
Raw Normal View History

# 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-04-13 15:19:05 -04:00
PORTNAME= gnomepilot-conduits
2002-05-24 06:31:11 -04:00
PORTVERSION= 0.9
CATEGORIES= palm comms gnome
2002-05-24 06:31:11 -04:00
MASTER_SITES= ${MASTER_SITE_GNOME}
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
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gpilotd.1:${PORTSDIR}/palm/gnomepilot
2002-05-24 06:31:11 -04:00
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs libglade gnomevfs
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>