1999-01-17 20:15:26 +00:00
|
|
|
# New ports collection makefile for: gnomepim
|
|
|
|
# Date created: 17 Jan 1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1999-01-17 20:15:26 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-01-17 20:15:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= gnomepim
|
2000-06-01 16:10:38 +00:00
|
|
|
PORTVERSION= 1.2.0
|
1999-02-02 07:33:56 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-pim
|
2000-04-08 22:04:57 +00:00
|
|
|
DISTNAME= gnome-pim-${PORTVERSION}
|
1999-01-17 20:15:26 +00:00
|
|
|
|
2000-01-07 02:07:00 +00:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1999-01-17 20:15:26 +00:00
|
|
|
|
2000-06-01 16:10:38 +00:00
|
|
|
LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore
|
1999-01-17 20:15:26 +00:00
|
|
|
|
2000-06-02 18:15:00 +00:00
|
|
|
.if defined(WITH_GNOMEPILOT)
|
|
|
|
LIB_DEPENDS+= gpilotd.0:${PORTSDIR}/palm/gnomepilot
|
|
|
|
PILOTINC= "-I${LOCALBASE}/pilot/include"
|
|
|
|
PILOTLIB= "-L${LOCALBASE}/pilot/lib"
|
|
|
|
.else
|
|
|
|
PILOTARGS= --without-pisock --disable-pilotlinktest
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/patch.nopilot
|
|
|
|
.endif
|
|
|
|
|
1999-05-30 03:53:49 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
1999-01-17 20:15:26 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-06-02 18:15:00 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-01-17 20:15:26 +00:00
|
|
|
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
|
2000-06-02 18:15:00 +00:00
|
|
|
--datadir=${PREFIX}/share/gnome ${PILOTARGS}
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PILOTINC}" \
|
1999-05-30 03:53:49 +00:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
2000-06-02 18:15:00 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib ${PILOTLIB}"
|
|
|
|
|
|
|
|
.if !defined(WITH_GNOMEPILOT)
|
|
|
|
pre-extract:
|
|
|
|
@${ECHO} "You can add gnomepilot support by defining WITH_GNOMEPILOT"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(WITH_GNOMEPILOT)
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGDIR}/PLIST.pilot >> ${TMPPLIST}
|
|
|
|
.endif
|
1999-01-17 20:15:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|