Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= desmume |
8 |
PORTNAME= desmume |
9 |
PORTVERSION= 0.9.6 |
9 |
PORTVERSION= 0.9.7 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= emulators |
10 |
CATEGORIES= emulators |
12 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF |
13 |
EXTRACT_SUFX= -1.tar.gz |
|
|
14 |
|
12 |
|
15 |
MAINTAINER= llc2w@virginia.edu |
13 |
MAINTAINER= llc2w@virginia.edu |
16 |
COMMENT= Nintendo DS emulator |
14 |
COMMENT= Nintendo DS emulator |
Lines 31-36
Link Here
|
31 |
CXXFLAGS+= -I${LOCALBASE}/include -DGTKGLEXT_AVAILABLE -DHAVE_LIBGDKGLEXT_X11_1_0 \ |
29 |
CXXFLAGS+= -I${LOCALBASE}/include -DGTKGLEXT_AVAILABLE -DHAVE_LIBGDKGLEXT_X11_1_0 \ |
32 |
-DHAVE_GL_GL_H -DHAVE_GL_GLU_H |
30 |
-DHAVE_GL_GL_H -DHAVE_GL_GLU_H |
33 |
|
31 |
|
|
|
32 |
CFLAGS+= -I${LOCALBASE}/include -DGTKGLEXT_AVAILABLE -DHAVE_LIBGDKGLEXT_X11_1_0 \ |
33 |
-DHAVE_GL_GL_H -DHAVE_GL_GLU_H |
34 |
|
34 |
MAN1= desmume-cli.1 \ |
35 |
MAN1= desmume-cli.1 \ |
35 |
desmume-glade.1 \ |
36 |
desmume-glade.1 \ |
36 |
desmume.1 |
37 |
desmume.1 |
Lines 41-44
Link Here
|
41 |
BROKEN= Does not compile on ia64 |
42 |
BROKEN= Does not compile on ia64 |
42 |
.endif |
43 |
.endif |
43 |
|
44 |
|
|
|
45 |
post-patch: |
46 |
@${REINPLACE_CMD} -e 's|mode_t|mode_t_|g' ${WRKSRC}/src/utils/libfat/libfat_pc.h |
47 |
|
44 |
.include <bsd.port.post.mk> |
48 |
.include <bsd.port.post.mk> |