Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= matchbox |
8 |
PORTNAME= matchbox |
9 |
PORTVERSION= 1.1 |
9 |
PORTVERSION= 1.2 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= x11-wm |
10 |
CATEGORIES= x11-wm |
12 |
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/%SUBDIR%/ |
11 |
MASTER_SITES= http://matchbox-project.org/sources/matchbox-window-manager/%SUBDIR%/ |
13 |
MASTER_SITE_SUBDIR= ${PORTVERSION} |
12 |
MASTER_SITE_SUBDIR= ${PORTVERSION} |
14 |
DISTNAME= ${PORTNAME}-window-manager-${PORTVERSION} |
13 |
DISTNAME= ${PORTNAME}-window-manager-${PORTVERSION} |
15 |
|
14 |
|
Lines 17-27
Link Here
|
17 |
COMMENT= Window manager suitable for low-resolution screens |
16 |
COMMENT= Window manager suitable for low-resolution screens |
18 |
|
17 |
|
19 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
20 |
USE_X_PREFIX= yes |
19 |
USE_XLIB= yes |
21 |
USE_GNOME= gnometarget |
20 |
USE_GNOME= gnometarget |
22 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |
22 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
24 |
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" |
23 |
LDFLAGS="-L${LOCALBASE}/lib" |
25 |
|
24 |
|
26 |
PORTDOCS= ${DOCS} |
25 |
PORTDOCS= ${DOCS} |
27 |
PLIST_FILES= bin/matchbox-window-manager bin/matchbox-remote \ |
26 |
PLIST_FILES= bin/matchbox-window-manager bin/matchbox-remote \ |
Lines 38-43
Link Here
|
38 |
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft |
37 |
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft |
39 |
CONFIGURE_ARGS+= --enable-standalone-xft |
38 |
CONFIGURE_ARGS+= --enable-standalone-xft |
40 |
.endif |
39 |
.endif |
|
|
40 |
|
41 |
post-patch: |
42 |
@${REINPLACE_CMD} -e \ |
43 |
'/GCC_/s|-g -Wall -fno-strict-aliasing||g' ${WRKSRC}/configure |
41 |
|
44 |
|
42 |
do-install: |
45 |
do-install: |
43 |
${INSTALL_PROGRAM} ${WRKSRC}/src/matchbox-remote ${PREFIX}/bin |
46 |
${INSTALL_PROGRAM} ${WRKSRC}/src/matchbox-remote ${PREFIX}/bin |