summaryrefslogtreecommitdiff
path: root/palm/gnomepilot/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-03-21 17:52:05 +0000
committerAde Lovett <ade@FreeBSD.org>2000-03-21 17:52:05 +0000
commit824a3601989caf6dff5c918b1cd09229520cee9e (patch)
tree99f8a8094876e8d78cec6a7a3963cdc51f11e513 /palm/gnomepilot/Makefile
parentUpdate to 1.0.51 (diff)
Update to 0.1.49
Diffstat (limited to 'palm/gnomepilot/Makefile')
-rw-r--r--palm/gnomepilot/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/palm/gnomepilot/Makefile b/palm/gnomepilot/Makefile
index 0335bb87a620..a9990b8da788 100644
--- a/palm/gnomepilot/Makefile
+++ b/palm/gnomepilot/Makefile
@@ -1,17 +1,18 @@
# New ports collection makefile for: gnomepilot
-# Version required: 0.1.48
+# Version required: 0.1.49
# Date created: 28th October 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
-DISTNAME= gnome-pilot-0.1.48
-PKGNAME= gnomepilot-0.1.48
+DISTNAME= gnome-pilot-0.1.49
+PKGNAME= gnomepilot-0.1.49
CATEGORIES= palm comms gnome
MASTER_SITES= http://www.gnome.org/gnome-pilot/download/
MAINTAINER= ade@FreeBSD.org
+BUILD_DEPENDS= gob:${PORTSDIR}/x11-toolkits/gob
LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \
capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter
@@ -25,6 +26,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-pisock=${LOCALBASE}/pilot
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" GLIB_CONFIG="${GLIB_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+ CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \
+ LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib"
.include <bsd.port.mk>