Lines 2-7
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= nestopia |
3 |
PORTNAME= nestopia |
4 |
DISTVERSION= 1.49 |
4 |
DISTVERSION= 1.49 |
|
|
5 |
PORTREVISION= 1 |
5 |
CATEGORIES= emulators |
6 |
CATEGORIES= emulators |
6 |
|
7 |
|
7 |
MAINTAINER= neel@neelc.org |
8 |
MAINTAINER= neel@neelc.org |
Lines 22-27
Link Here
|
22 |
USE_GL= glu |
23 |
USE_GL= glu |
23 |
USE_GNOME= cairo gdkpixbuf2 gtk30 |
24 |
USE_GNOME= cairo gdkpixbuf2 gtk30 |
24 |
USE_SDL= sdl2 |
25 |
USE_SDL= sdl2 |
|
|
26 |
USE_GMAKE= yes |
25 |
INSTALLS_ICONS= yes |
27 |
INSTALLS_ICONS= yes |
26 |
|
28 |
|
|
|
29 |
post-build: |
30 |
cd ${WRKSRC}/libretro && gmake |
31 |
|
32 |
post-install: |
33 |
${MKDIR} ${STAGEDIR}${PREFIX}/lib/libretro |
34 |
${INSTALL_DATA} ${WRKSRC}/libretro/nestopia_libretro.so \ |
35 |
${STAGEDIR}${PREFIX}/lib/libretro |
27 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.mk> |