View | Details | Raw Unified | Return to bug 45345
Collapse All | Expand All

(-)gq/Makefile (-6 / +17 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	gq
8
PORTNAME=	gq
9
PORTVERSION=	0.4.0
9
PORTVERSION=	0.6.0
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://biot.com/gq/download/
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	gqclient
12
13
13
MAINTAINER=	roman@xpert.com
14
MAINTAINER=	roman@xpert.com
14
15
15
.if defined(WITH_OPENLDAP2)
16
LIB_DEPENDS=	iconv.3:${PORTSDIR}/converters/libiconv
16
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
17
17
.else
18
.if defined(WITH_OPENLDAP1)
18
LIB_DEPENDS+=	ldap.1:${PORTSDIR}/net/openldap
19
LIB_DEPENDS+=	ldap.1:${PORTSDIR}/net/openldap
20
.else
21
LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap2
22
.endif
23
24
.if !defined(WITHOUT_JPEGPHOTO)
25
USE_GNOME=	gdkpixbuf
19
.endif
26
.endif
20
27
21
USE_X_PREFIX=	yes
28
USE_X_PREFIX=	yes
22
USE_GNOMENG=	yes
29
USE_GNOMENG=	yes
23
USE_GNOME=	gtk12
30
USE_GNOME+=	gtk12
24
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}
32
CONFIGURE_ARGS=	--with-ldap=${LOCALBASE}
33
34
pre-configure:
35
	@${ECHO_MSG} "You can disable jpegPhoto attr. handling by defining WITHOUT_JPEGPHOTO=yes"
36
	@${ECHO_MSG}
26
37
27
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)gq/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (gq-0.4.0.tar.gz) = 18cebe18be8fad692d3deba0e3548bd1
1
MD5 (gq-0.6.0.tar.gz) = 8b77859a42d220e689f7c81f58afe94b

Return to bug 45345