Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ltris |
8 |
PORTNAME= ltris |
9 |
PORTVERSION= 1.0.7 |
9 |
PORTVERSION= 1.0.9 |
10 |
PORTEPOCH= 1 |
10 |
PORTEPOCH= 1 |
11 |
CATEGORIES= games |
11 |
CATEGORIES= games |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
Lines 23-32
Link Here
|
23 |
.include <bsd.port.pre.mk> |
23 |
.include <bsd.port.pre.mk> |
24 |
|
24 |
|
25 |
post-patch: |
25 |
post-patch: |
26 |
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure |
|
|
27 |
@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ |
28 |
's|"SDL/SDL|"SDL|g ; \ |
29 |
s|<SDL/SDL|<SDL|g' |
30 |
@${REINPLACE_CMD} -e 's|--mode=666||g' ${WRKSRC}/src/Makefile.in |
26 |
@${REINPLACE_CMD} -e 's|--mode=666||g' ${WRKSRC}/src/Makefile.in |
31 |
|
27 |
|
32 |
post-install: |
28 |
post-install: |