Convert to new options framework
Remove wxgtk option which is broken with all support version of wxgtk
This commit is contained in:
parent
22141e7cc1
commit
9e3beea26a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348981
1 changed files with 10 additions and 16 deletions
|
@ -11,11 +11,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
|||
MAINTAINER= umeno@rr.iij4u.or.jp
|
||||
COMMENT= Zooming photo album generator
|
||||
|
||||
LIB_DEPENDS= ming.5:${PORTSDIR}/graphics/ming \
|
||||
popt.0:${PORTSDIR}/devel/popt
|
||||
.if !defined (WITHOUT_ZIP)
|
||||
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
.endif
|
||||
OPTIONS_DEFINE= ZIP
|
||||
OPTIONS_DEFAULT= ZIP
|
||||
ZIP_DESC= Enable zip support
|
||||
|
||||
LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming \
|
||||
libpopt.so:${PORTSDIR}/devel/popt
|
||||
|
||||
ZIP_RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||
ZIP_CONFIGURE_OFF= --disable-zip
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-avifile
|
||||
|
@ -23,18 +27,8 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|||
CPPFLAGS+= -I${LOCALBASE}/include \
|
||||
${PTHREAD_CFLAGS}
|
||||
USE_EFL= imlib2
|
||||
.if defined (WITH_WXGTK2)
|
||||
USE_WX= 2.4
|
||||
WX_CONF_ARGS= absolute
|
||||
PLIST_FILES+= bin/wxzphoto
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-wx
|
||||
.endif
|
||||
.if defined (WITHOUT_ZIP)
|
||||
CONFIGURE_ARGS+= --disable-zip
|
||||
.endif
|
||||
USE_GMAKE= yes
|
||||
USES= perl5
|
||||
USES= perl5 gmake
|
||||
USE_PERL5= build
|
||||
|
||||
NO_STAGE= yes
|
||||
|
|
Loading…
Reference in a new issue