- 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
This commit is contained in:
parent
6028e35d3b
commit
4302a14d84
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21503
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue