Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: ede |
1 |
# Created by: Sergey Matveychuk <sem@ciam.ru> |
2 |
# Date created: 28 Febrary 2004 |
|
|
3 |
# Whom: Sergey Matveychuk <sem@ciam.ru> |
4 |
# |
5 |
# $FreeBSD: ports/x11-wm/ede/Makefile,v 1.23 2012/08/05 12:19:08 beat Exp $ |
2 |
# $FreeBSD: ports/x11-wm/ede/Makefile,v 1.23 2012/08/05 12:19:08 beat Exp $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= ede |
4 |
PORTNAME= ede |
9 |
PORTVERSION= 2.0 |
5 |
PORTVERSION= 2.0 |
Lines 28-35
Link Here
|
28 |
fltk.1:${PORTSDIR}/x11-toolkits/fltk |
24 |
fltk.1:${PORTSDIR}/x11-toolkits/fltk |
29 |
RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info |
25 |
RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info |
30 |
|
26 |
|
31 |
BROKEN= does not link |
|
|
32 |
|
33 |
OPTIONS_DEFINE= HAL |
27 |
OPTIONS_DEFINE= HAL |
34 |
HAL_DESC= Enable HAL support |
28 |
HAL_DESC= Enable HAL support |
35 |
|
29 |
|
Lines 44-51
Link Here
|
44 |
INSTALL_ICONS= yes |
38 |
INSTALL_ICONS= yes |
45 |
MAKE_JOBS_SAFE= yes |
39 |
MAKE_JOBS_SAFE= yes |
46 |
|
40 |
|
47 |
CPPFLAGS= -I${LOCALBASE}/include |
41 |
CPPFLAGS+= -I${LOCALBASE}/include |
48 |
LDFLAGS= -L${LOCALBASE}/lib |
42 |
LDFLAGS+= -L${LOCALBASE}/lib |
49 |
|
43 |
|
50 |
CONFLICTS_INSTALL= pekwm-[0-9]* |
44 |
CONFLICTS_INSTALL= pekwm-[0-9]* |