Lines 5-11
Link Here
|
5 |
# $FreeBSD: ports/polish/libgadu/Makefile,v 1.6 2007/06/10 17:39:06 itetcu Exp $ |
5 |
# $FreeBSD: ports/polish/libgadu/Makefile,v 1.6 2007/06/10 17:39:06 itetcu Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= libgadu |
7 |
PORTNAME= libgadu |
8 |
PORTVERSION= 1.7.1 |
8 |
PORTVERSION= 1.8.0 |
9 |
PORTEPOCH= 1 |
9 |
PORTEPOCH= 1 |
10 |
CATEGORIES= polish net |
10 |
CATEGORIES= polish net |
11 |
MASTER_SITES= http://toxygen.net/libgadu/files/ |
11 |
MASTER_SITES= http://toxygen.net/libgadu/files/ |
Lines 19-26
Link Here
|
19 |
USE_GNOME= gnomehack pkgconfig |
19 |
USE_GNOME= gnomehack pkgconfig |
20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
21 |
|
21 |
|
22 |
CONFIGURE_ARGS= --enable-shared --disable-static --without-openssl |
22 |
CONFIGURE_ARGS= --enable-shared --disable-static |
23 |
|
23 |
|
24 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
25 |
|
25 |
|
|
|
26 |
OPTIONS= OPENSSL "Build with OPENSSL support" on |
27 |
|
28 |
.if defined(WITHOUT_OPENSSL) |
29 |
CONFIGURE_ARGS+= --without-openssl |
30 |
.endif |
31 |
|
26 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |