diff options
author | danfe <danfe@FreeBSD.org> | 2014-03-29 22:55:57 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-03-29 22:55:57 +0800 |
commit | df27b4d7ccb7b593cdfc26920b35c79d99e06ce7 (patch) | |
tree | b3ab3f0b1429b31fb3c07938f0cf1e84a0719405 /emulators | |
parent | eed020a51baa3797023f071846dce221b2efadab (diff) | |
download | freebsd-ports-gnome-df27b4d7ccb7b593cdfc26920b35c79d99e06ce7.tar.gz freebsd-ports-gnome-df27b4d7ccb7b593cdfc26920b35c79d99e06ce7.tar.zst freebsd-ports-gnome-df27b4d7ccb7b593cdfc26920b35c79d99e06ce7.zip |
- Stagify, convert USE_BZIP2 to USES, and sort the latter while here
- Inhibit adding of -O3 to CFLAGS (i.e. respect their standard value)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tilem/Makefile | 7 | ||||
-rw-r--r-- | emulators/tilem/pkg-plist | 23 |
2 files changed, 3 insertions, 27 deletions
diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index 5ab8afcd00ab..88f0c61723ee 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -3,7 +3,7 @@ PORTNAME= tilem PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF @@ -14,14 +14,13 @@ LICENSE= GPLv3 LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2 -USES= desktop-file-utils shared-mime-info pkgconfig -USE_BZIP2= yes +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 # Unbreak parallel builds (-jX) -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \ ${WRKSRC}/Makefile.in diff --git a/emulators/tilem/pkg-plist b/emulators/tilem/pkg-plist index 5ea27fce05fd..a56870ac2d59 100644 --- a/emulators/tilem/pkg-plist +++ b/emulators/tilem/pkg-plist @@ -5,29 +5,6 @@ share/icons/hicolor/22x22/apps/tilem.png share/icons/hicolor/24x24/apps/tilem.png share/icons/hicolor/32x32/apps/tilem.png share/icons/hicolor/48x48/apps/tilem.png -share/mime/application/x-ti73-app.xml -share/mime/application/x-ti73-backup.xml -share/mime/application/x-ti73-os.xml -share/mime/application/x-ti73-program.xml -share/mime/application/x-ti73-variables.xml -share/mime/application/x-ti81-program.xml -share/mime/application/x-ti82-backup.xml -share/mime/application/x-ti82-program.xml -share/mime/application/x-ti82-variables.xml -share/mime/application/x-ti83-backup.xml -share/mime/application/x-ti83-program.xml -share/mime/application/x-ti83-variables.xml -share/mime/application/x-ti83plus-app.xml -share/mime/application/x-ti83plus-os.xml -share/mime/application/x-ti83plus-program.xml -share/mime/application/x-ti83plus-variables.xml -share/mime/application/x-ti85-backup.xml -share/mime/application/x-ti85-program.xml -share/mime/application/x-ti85-variables.xml -share/mime/application/x-ti86-backup.xml -share/mime/application/x-ti86-program.xml -share/mime/application/x-ti86-variables.xml -share/mime/application/x-tigroup.xml share/mime/packages/tilem2.xml share/tilem2/icons/hicolor/16x16/actions/tilem-db-finish.png share/tilem2/icons/hicolor/16x16/actions/tilem-db-step-over.png |