Lines 5-28
Link Here
|
5 |
PORTVERSION= 1.07o |
5 |
PORTVERSION= 1.07o |
6 |
PORTREVISION= 5 |
6 |
PORTREVISION= 5 |
7 |
CATEGORIES= x11 |
7 |
CATEGORIES= x11 |
8 |
MASTER_SITES= ${MASTER_SITE_SUNSITE} |
8 |
MASTER_SITES= SUNSITE/X11/desktop |
9 |
MASTER_SITE_SUBDIR= X11/desktop |
|
|
10 |
|
9 |
|
11 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
12 |
COMMENT= Nifty set of desktop apps, including floating buttons |
11 |
COMMENT= Nifty set of desktop apps, including floating buttons |
13 |
|
12 |
|
14 |
LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms |
13 |
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms |
15 |
|
14 |
|
16 |
USES= imake |
15 |
USES= imake |
17 |
USE_XORG= xaw |
16 |
USE_XORG= xaw |
18 |
REINPLACE_ARGS= -i "" |
|
|
19 |
|
17 |
|
20 |
NO_STAGE= yes |
|
|
21 |
post-patch: |
18 |
post-patch: |
22 |
${RM} -f ${WRKSRC}/xbackdrop/backdrops/index~ |
19 |
@${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ |
23 |
${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ |
|
|
24 |
${WRKSRC}/xbackdrop/backdrops/index |
20 |
${WRKSRC}/xbackdrop/backdrops/index |
25 |
${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ |
21 |
@${REINPLACE_CMD} -e 's|^update_file|void update_file|' \ |
|
|
22 |
${WRKSRC}/xchooser/xchooser.c |
23 |
@${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ |
26 |
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' |
24 |
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' |
27 |
|
25 |
|
|
|
26 |
pre-configure: |
27 |
@${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?* |
28 |
|
28 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |