Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= atari800 |
8 |
PORTNAME= atari800 |
9 |
PORTVERSION= 1.3.6 |
9 |
PORTVERSION= 2.0.0 |
10 |
CATEGORIES= emulators |
10 |
CATEGORIES= emulators |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 88-96
Link Here
|
88 |
post-patch: |
88 |
post-patch: |
89 |
@${CP} ${FILESDIR}/atari800.cfg ${WRKSRC} |
89 |
@${CP} ${FILESDIR}/atari800.cfg ${WRKSRC} |
90 |
@${REINPLACE_CMD} -e 's|GUMBY|${DATADIR}|g' ${WRKSRC}/atari800.cfg |
90 |
@${REINPLACE_CMD} -e 's|GUMBY|${DATADIR}|g' ${WRKSRC}/atari800.cfg |
91 |
@${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/rt-config.c |
91 |
@${REINPLACE_CMD} -e 's|/etc|${DATADIR}|g' ${WRKSRC}/atari.c |
92 |
@${REINPLACE_CMD} -e 's|tmpnam|mkstemp|g' ${WRKSRC}/devices.c \ |
|
|
93 |
${WRKSRC}/compfile.c |
94 |
@${REINPLACE_CMD} -e 's|sdl-config|$$SDL_CONFIG|g' \ |
92 |
@${REINPLACE_CMD} -e 's|sdl-config|$$SDL_CONFIG|g' \ |
95 |
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |
93 |
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} |
96 |
|
94 |
|