diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-09-09 15:27:20 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-09-09 15:27:20 +0000 |
commit | 4302a14d842be7c83351b681a5cc0e6c9d3f9f7e (patch) | |
tree | dc5cde13e2e5fdb2cc64e4d5c6d46deecfd1fda4 /palm/jpilot/Makefile | |
parent | 6028e35d3b3837b5d79c908207c0da3f8aaf67fc (diff) | |
download | ports-4302a14d842be7c83351b681a5cc0e6c9d3f9f7e.tar.gz ports-4302a14d842be7c83351b681a5cc0e6c9d3f9f7e.zip |
Notes
Diffstat (limited to 'palm/jpilot/Makefile')
-rw-r--r-- | palm/jpilot/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile index d3afbfa7e761..c217634037a6 100644 --- a/palm/jpilot/Makefile +++ b/palm/jpilot/Makefile @@ -5,19 +5,21 @@ # # $FreeBSD$ # +# "?=" and "+=" are for including this Makefile from japanese/jpilot DISTNAME= jpilot-0.93.1 -CATEGORIES= palm +CATEGORIES= palm comms MASTER_SITES= http://jpilot.linuxbox.com/ -MAINTAINER= varju@webct.com +MAINTAINER?= varju@webct.com -LIB_DEPENDS= pisock:${PORTSDIR}/palm/pilot-link \ +LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-pilot-prefix=${PREFIX} +CONFIGURE_ARGS+=--with-pilot-prefix=${PREFIX} +CONFIGURE_ENV+= GTK_CONFIG=${X11BASE}/bin/gtk12-config post-install: @strip ${PREFIX}/bin/jpilot |