Lines 1-6
Link Here
|
1 |
PORTNAME= wmqstat |
1 |
PORTNAME= wmqstat |
2 |
PORTVERSION= 0.0.4 |
2 |
PORTVERSION= 0.0.4 |
3 |
PORTREVISION= 2 |
3 |
PORTREVISION= 3 |
4 |
CATEGORIES= games windowmaker |
4 |
CATEGORIES= games windowmaker |
5 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/wmQStat%20${PORTVERSION} |
5 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/wmQStat%20${PORTVERSION} |
6 |
|
6 |
|
Lines 10-18
WWW= http://wmqstat.sourceforge.net/
Link Here
|
10 |
|
10 |
|
11 |
LICENSE= GPLv2 |
11 |
LICENSE= GPLv2 |
12 |
|
12 |
|
13 |
BROKEN_FreeBSD_13= ld: error: duplicate symbol: display |
|
|
14 |
BROKEN_FreeBSD_14= ld: error: duplicate symbol: display |
15 |
|
16 |
RUN_DEPENDS= qstat:games/qstat |
13 |
RUN_DEPENDS= qstat:games/qstat |
17 |
|
14 |
|
18 |
USES= xorg |
15 |
USES= xorg |
Lines 23-32
PORTDOCS= README
Link Here
|
23 |
|
20 |
|
24 |
OPTIONS_DEFINE= DOCS |
21 |
OPTIONS_DEFINE= DOCS |
25 |
|
22 |
|
26 |
# Unbreak the build against Clang |
|
|
27 |
post-patch: |
28 |
@${REINPLACE_CMD} -e 's, inline,,' ${WRKSRC}/wmgeneral/list.h |
29 |
|
30 |
do-install: |
23 |
do-install: |
31 |
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |
24 |
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin |
32 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
25 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |