Lines 2-11
Link Here
|
2 |
# Date created: 18 Apr 2006 |
2 |
# Date created: 18 Apr 2006 |
3 |
# Whom: Alexey V. Panfilov <sim-im@lehis.ru> |
3 |
# Whom: Alexey V. Panfilov <sim-im@lehis.ru> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/net-im/sim-im-devel/Makefile,v 1.2 2006/06/12 14:26:24 itetcu Exp $ |
5 |
# $FreeBSD$ |
6 |
|
6 |
|
7 |
PORTNAME= sim-im-devel |
7 |
PORTNAME= sim-im-devel |
8 |
PORTVERSION= 0.9.5.456 |
8 |
PORTVERSION= 0.9.5.970 |
9 |
CATEGORIES= net-im |
9 |
CATEGORIES= net-im |
10 |
MASTER_SITES= http://sim-im.lehis.ru/dist/ |
10 |
MASTER_SITES= http://sim-im.lehis.ru/dist/ |
11 |
|
11 |
|
Lines 15-20
Link Here
|
15 |
LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt |
15 |
LIB_DEPENDS= xslt.2:${PORTSDIR}/textproc/libxslt |
16 |
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip |
16 |
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip |
17 |
|
17 |
|
|
|
18 |
CONFLICTS= simicq-[0-9]* sim-im-[0-9]* |
19 |
|
18 |
USE_BZIP2= yes |
20 |
USE_BZIP2= yes |
19 |
USE_GMAKE= yes |
21 |
USE_GMAKE= yes |
20 |
USE_AUTOTOOLS= libtool:15 |
22 |
USE_AUTOTOOLS= libtool:15 |
Lines 24-35
Link Here
|
24 |
USE_GETTEXT= yes |
26 |
USE_GETTEXT= yes |
25 |
GNU_CONFIGURE= yes |
27 |
GNU_CONFIGURE= yes |
26 |
INSTALLS_SHLIB= yes |
28 |
INSTALLS_SHLIB= yes |
|
|
29 |
INSTALLS_ICONS= yes |
27 |
|
30 |
|
28 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
31 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
29 |
|
32 |
|
30 |
CONFIGURE_ARGS= --prefix=${PREFIX} \ |
33 |
CONFIGURE_ARGS= --prefix=${PREFIX} --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib |
31 |
--x-includes=${X11BASE}/include \ |
|
|
32 |
--x-libraries=${X11BASE}/lib |
33 |
|
34 |
|
34 |
OPTIONS= KDE "Enable KDE support" off \ |
35 |
OPTIONS= KDE "Enable KDE support" off \ |
35 |
DEBUG "Enable debug" on |
36 |
DEBUG "Enable debug" on |