Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= windowmaker |
8 |
PORTNAME= windowmaker |
9 |
PORTVERSION= 0.80.2 |
9 |
PORTVERSION= 0.80.2 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= x11-wm windowmaker |
11 |
CATEGORIES= x11-wm windowmaker |
11 |
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} |
12 |
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} |
12 |
MASTER_SITE_SUBDIR= source/release |
13 |
MASTER_SITE_SUBDIR= source/release |
Lines 17-24
Link Here
|
17 |
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ |
18 |
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ |
18 |
png.5:${PORTSDIR}/graphics/png \ |
19 |
png.5:${PORTSDIR}/graphics/png \ |
19 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
20 |
tiff.4:${PORTSDIR}/graphics/tiff \ |
20 |
intl.4:${PORTSDIR}/devel/gettext \ |
21 |
intl.4:${PORTSDIR}/devel/gettext |
21 |
Hermes.1:${PORTSDIR}/graphics/Hermes |
22 |
.if !defined(WITHOUT_HERMES) |
|
|
23 |
LIB_DEPENDS+= Hermes.1:${PORTSDIR}/graphics/Hermes |
24 |
.endif |
25 |
|
22 |
RUN_DEPENDS= ${X11BASE}/share/WindowMaker/Themes/Checker.themed/style:${PORTSDIR}/graphics/wmicons |
26 |
RUN_DEPENDS= ${X11BASE}/share/WindowMaker/Themes/Checker.themed/style:${PORTSDIR}/graphics/wmicons |
23 |
|
27 |
|
24 |
USE_BZIP2= yes |
28 |
USE_BZIP2= yes |
Lines 38-45
Link Here
|
38 |
--with-libs-from="-L${LOCALBASE}/lib" \ |
42 |
--with-libs-from="-L${LOCALBASE}/lib" \ |
39 |
--with-incs-from="-I${LOCALBASE}/include" \ |
43 |
--with-incs-from="-I${LOCALBASE}/include" \ |
40 |
--with-appspath="${PREFIX}/GNUstep/Apps" \ |
44 |
--with-appspath="${PREFIX}/GNUstep/Apps" \ |
41 |
--enable-hermes \ |
|
|
42 |
--disable-debug |
45 |
--disable-debug |
|
|
46 |
|
47 |
.if !defined(WITHOUT_HERMES) |
48 |
CONFIGURE_ARGS+= --enable-hermes |
49 |
.else |
50 |
CONFIGURE_ARGS+= --disable-hermes |
51 |
.endif |
52 |
|
43 |
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |
53 |
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |
44 |
|
54 |
|
45 |
MANLANG= "" sk |
55 |
MANLANG= "" sk |
Lines 63-68
Link Here
|
63 |
.else |
73 |
.else |
64 |
pre-extract: |
74 |
pre-extract: |
65 |
@${ECHO} "You can add hooks for KDE by defining WITH_KDE" |
75 |
@${ECHO} "You can add hooks for KDE by defining WITH_KDE" |
|
|
76 |
.endif |
77 |
|
78 |
.if !defined(WITHOUT_HERMES) |
79 |
pre-everything:: |
80 |
@${ECHO} "You can disable the Hermes library by defining WITHOUT_HERMES" |
81 |
@${ECHO} |
66 |
.endif |
82 |
.endif |
67 |
|
83 |
|
68 |
post-patch: |
84 |
post-patch: |