Maintainer update to version 0.6.0
PR: ports/45345 Submitted by: Roman Shterenzon <roman@xpert.com>
This commit is contained in:
parent
a3123ffc56
commit
1b76c6e28a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70273
2 changed files with 18 additions and 7 deletions
|
@ -6,22 +6,33 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gq
|
PORTNAME= gq
|
||||||
PORTVERSION= 0.4.0
|
PORTVERSION= 0.6.0
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://biot.com/gq/download/
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
|
MASTER_SITE_SUBDIR= gqclient
|
||||||
|
|
||||||
MAINTAINER= roman@xpert.com
|
MAINTAINER= roman@xpert.com
|
||||||
|
|
||||||
.if defined(WITH_OPENLDAP2)
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||||||
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
|
|
||||||
.else
|
.if defined(WITH_OPENLDAP1)
|
||||||
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
|
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
|
||||||
|
.else
|
||||||
|
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if !defined(WITHOUT_JPEGPHOTO)
|
||||||
|
USE_GNOME= gdkpixbuf
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GNOMENG= yes
|
USE_GNOMENG= yes
|
||||||
USE_GNOME= gtk12
|
USE_GNOME+= gtk12
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
|
CONFIGURE_ARGS= --with-ldap=${LOCALBASE}
|
||||||
|
|
||||||
|
pre-configure:
|
||||||
|
@${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes"
|
||||||
|
@${ECHO_MSG}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1
|
MD5 (gq-0.6.0.tar.gz) = 8b77859a42d220e689f7c81f58afe94b
|
||||||
|
|
Loading…
Reference in a new issue