diff options
author | sumikawa <sumikawa@FreeBSD.org> | 1999-09-09 23:27:20 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 1999-09-09 23:27:20 +0800 |
commit | 293e7e6d5109d6ace2fc36bfffadf60f51589fd5 (patch) | |
tree | 8a84c7199ccc6453b0237daa43c8c7c5a8cd68fb /palm/jpilot | |
parent | fff121b33a4931db07f090668e87315b1bc3ea11 (diff) | |
download | freebsd-ports-gnome-293e7e6d5109d6ace2fc36bfffadf60f51589fd5.tar.gz freebsd-ports-gnome-293e7e6d5109d6ace2fc36bfffadf60f51589fd5.tar.zst freebsd-ports-gnome-293e7e6d5109d6ace2fc36bfffadf60f51589fd5.zip |
- add 'comms' on CATEGORIES.
- designate GTK_CONFIG in Makefile, not patches
Reviewed by: maintainer
- change = to ?= or += in some of the variables in palm/jpilot
instead of assigning variables after the .include statement.
Suggested by: asami
Diffstat (limited to 'palm/jpilot')
-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 |