Lines 6-15
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= desmume |
8 |
PORTNAME= desmume |
9 |
PORTVERSION= 0.9.1 |
9 |
PORTVERSION= 0.9.6 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= emulators |
10 |
CATEGORIES= emulators |
12 |
MASTER_SITES= SF |
11 |
MASTER_SITES= SF |
|
|
12 |
EXTRACT_SUFX= -1.tar.gz |
13 |
|
13 |
|
14 |
MAINTAINER= llc2w@virginia.edu |
14 |
MAINTAINER= llc2w@virginia.edu |
15 |
COMMENT= Nintendo DS emulator |
15 |
COMMENT= Nintendo DS emulator |
Lines 22-28
Link Here
|
22 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
23 |
CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share |
23 |
CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share |
24 |
|
24 |
|
25 |
USE_AUTOTOOLS= aclocal:19 autoconf:262 |
25 |
USE_AUTOTOOLS= aclocal:110 autoconf:262 |
26 |
ACLOCAL_ARGS= |
26 |
ACLOCAL_ARGS= |
27 |
AUTOCONF_ARGS= |
27 |
AUTOCONF_ARGS= |
28 |
|
28 |
|
Lines 39-49
Link Here
|
39 |
BROKEN= Does not compile on ia64 |
39 |
BROKEN= Does not compile on ia64 |
40 |
.endif |
40 |
.endif |
41 |
|
41 |
|
42 |
post-patch: |
|
|
43 |
@${REINPLACE_CMD} -e 's|@MKDIR_P@|${MKDIR}|' ${WRKSRC}/src/cli/Makefile.in \ |
44 |
${WRKSRC}/src/gtk/Makefile.in ${WRKSRC}/src/gtk-glade/Makefile.in \ |
45 |
${WRKSRC}/src/gtk/doc/Makefile.in ${WRKSRC}/src/gtk-glade/doc/Makefile.in \ |
46 |
${WRKSRC}/src/cli/doc/Makefile.in |
47 |
@${REINPLACE_CMD} -e 's|../MMU.h|../&|' ${WRKSRC}/src/gtk/tools/ioregsView.cpp |
48 |
|
49 |
.include <bsd.port.post.mk> |
42 |
.include <bsd.port.post.mk> |