Index: head/emulators/mess/Makefile =================================================================== --- head/emulators/mess/Makefile (revision 190427) +++ head/emulators/mess/Makefile (revision 190428) @@ -1,48 +1,50 @@ # New ports collection makefile for: sdlmess # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmess PORTVERSION= 0.113 CATEGORIES= emulators MASTER_SITES= http://rbelmont.mameworld.info/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of MESS (Multiple Emulator Super System) +BROKEN= Install fails + USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile.sdl SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/${PORTNAME} .for f in obj/sdlmess/file2str sdlmess testkeys dat2html messtest messdocs \ imgtool romcmp chdman jedutil makemeta regrep ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/${f:S/sdl//} .endfor ${MKDIR} ${DATADIR} .for f in artwork cfg ctrlr hash ini memcard nvram snap software tools \ sysinfo.dat ${CP} -R ${WRKSRC}/${f} ${DATADIR} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include Property changes on: head/emulators/mess/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/emulators/sdlmess/Makefile =================================================================== --- head/emulators/sdlmess/Makefile (revision 190427) +++ head/emulators/sdlmess/Makefile (revision 190428) @@ -1,48 +1,50 @@ # New ports collection makefile for: sdlmess # Date created: 2007-01-10 # Whom: alepulver # # $FreeBSD$ # PORTNAME= sdlmess PORTVERSION= 0.113 CATEGORIES= emulators MASTER_SITES= http://rbelmont.mameworld.info/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= alepulver@FreeBSD.org COMMENT= SDL port of MESS (Multiple Emulator Super System) +BROKEN= Install fails + USE_ZIP= yes USE_GL= yes USE_GMAKE= yes USE_SDL= sdl MAKEFILE= makefile.sdl SUB_FILES= ${PORTNAME} pkg-message do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/${PORTNAME} .for f in obj/sdlmess/file2str sdlmess testkeys dat2html messtest messdocs \ imgtool romcmp chdman jedutil makemeta regrep ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/libexec/${f:S/sdl//} .endfor ${MKDIR} ${DATADIR} .for f in artwork cfg ctrlr hash ini memcard nvram snap software tools \ sysinfo.dat ${CP} -R ${WRKSRC}/${f} ${DATADIR} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/docs ${DOCSDIR} .endif post-install: @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} .include Property changes on: head/emulators/sdlmess/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property