diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-03 17:53:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-03 17:53:51 +0800 |
commit | 9f937cb553622003ada7c2be41fe91f54647efef (patch) | |
tree | 854d4a2c880a8f93eaf4d2843978fea82fc1c261 /palm/gnome-pilot-conduits/Makefile | |
parent | ee8dc9386208b676d820817988453d77b33916fb (diff) | |
download | freebsd-ports-gnome-9f937cb553622003ada7c2be41fe91f54647efef.tar.gz freebsd-ports-gnome-9f937cb553622003ada7c2be41fe91f54647efef.tar.zst freebsd-ports-gnome-9f937cb553622003ada7c2be41fe91f54647efef.zip |
Update to 0.7.
PR: 32428
Submitted by: Chia-liang Kao <clkao@clkao.org>
Diffstat (limited to 'palm/gnome-pilot-conduits/Makefile')
-rw-r--r-- | palm/gnome-pilot-conduits/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/gnome-pilot-conduits/Makefile b/palm/gnome-pilot-conduits/Makefile index 590c6ac0bf45..4d59a2051fd6 100644 --- a/palm/gnome-pilot-conduits/Makefile +++ b/palm/gnome-pilot-conduits/Makefile @@ -6,22 +6,22 @@ # PORTNAME= gnomepilot-conduits -PORTVERSION= 0.4 +PORTVERSION= 0.7 CATEGORIES= palm comms gnome -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= http://www.eskil.org/gnome-pilot/download/tarballs/ \ + ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= unstable/sources/gnome-pilot-conduits DISTNAME= gnome-pilot-conduits-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= pisock.4:${PORTSDIR}/palm/pilot-link \ - gpilotd.0:${PORTSDIR}/palm/gnomepilot + gpilotd.1:${PORTSDIR}/palm/gnomepilot USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMECTRL= yes USE_LIBTOOL= yes -LIBTOOLFILES= configure mal-conduit/configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/pilot/include" \ LIBS="-L${LOCALBASE}/lib -L${LOCALBASE}/pilot/lib" |