Lines 33-39
Link Here
|
33 |
CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \ |
33 |
CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \ |
34 |
LINGUAS="da de es fi fr hr it ja_JP.EUC ko nl no pl pt ru zh_TW.Big5 zh_CN" |
34 |
LINGUAS="da de es fi fr hr it ja_JP.EUC ko nl no pl pt ru zh_TW.Big5 zh_CN" |
35 |
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ |
35 |
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ |
36 |
--with-nlsdir=${PREFIX}/share/locale --disable-debug |
36 |
--with-nlsdir=${PREFIX}/share/locale \ |
|
|
37 |
--with-libs-from="-L${LOCALBASE}/lib" \ |
38 |
--with-incs-from="-I${LOCALBASE}/include" \ |
39 |
--with-appspath="${PREFIX}/GNUstep/Apps" \ |
40 |
--disable-debug |
37 |
|
41 |
|
38 |
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ |
42 |
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ |
39 |
wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x wsetfont.1x |
43 |
wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x wsetfont.1x |
Lines 57-62
Link Here
|
57 |
pre-extract: |
61 |
pre-extract: |
58 |
${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE" |
62 |
${ECHO} "You can add hooks for Gnome and KDE by defining USE_GNOME and/or USE_KDE" |
59 |
.endif |
63 |
.endif |
|
|
64 |
|
65 |
post-extract: |
66 |
@cd ${WRKSRC} && \ |
67 |
${TAR} xfz libwmfun-0.0.2.tar.gz |
60 |
|
68 |
|
61 |
.include <bsd.port.pre.mk> |
69 |
.include <bsd.port.pre.mk> |
62 |
|
70 |
|