Index: head/emulators/almostti/Makefile =================================================================== --- head/emulators/almostti/Makefile (revision 495911) +++ head/emulators/almostti/Makefile (revision 495912) @@ -1,36 +1,36 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= almostti PORTVERSION= 1.3 CATEGORIES= emulators MASTER_SITES= http://fms.komkon.org/ATI85/ DISTNAME= AlmostTI13-Unix-DougMelton-051409 MAINTAINER= danfe@FreeBSD.org -COMMENT= Emulator for Z80 series of Texas Instruments calculators +COMMENT= Texas Instruments Z80 series calculator emulator USES= gmake USE_XORG= x11 xext WRKSRC= ${WRKDIR}/AlmostTI-DougMelton-Source BUILD_WRKSRC= ${WRKSRC}/ATI85/Unix DESKTOP_ENTRIES= "ATI85" "${COMMENT}" "ati85" "ati85" \ "Utility;Calculator;Emulator;" false post-patch: @${REINPLACE_CMD} -e 's,\./,${DATADIR}/,' ${WRKSRC}/ATI85/TI85.c do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ati85 ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} .for model in 82 83 83P 83SE 84SE 85 86 ${INSTALL_DATA} ${WRKSRC}/ATI85/Maemo/Package/TI${model}.png \ ${STAGEDIR}${DATADIR} .endfor @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps ${INSTALL_DATA} ${WRKSRC}/ATI85/Maemo/Package/ati85-64x64.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps/ati85.png .include Index: head/emulators/tilem/Makefile =================================================================== --- head/emulators/tilem/Makefile (revision 495911) +++ head/emulators/tilem/Makefile (revision 495912) @@ -1,29 +1,29 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= tilem PORTVERSION= 2.0 PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Emulator for the Z80 series of Texas Instruments calculators +COMMENT= Texas Instruments Z80 series calculator emulator LICENSE= GPLv3 LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 USES= desktop-file-utils pkgconfig shared-mime-info tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld USE_GNOME= gtk20 INSTALLS_ICONS= yes LIBS+= -lm # Unbreak parallel builds (-jX) post-patch: @${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \ ${WRKSRC}/Makefile.in .include