diff options
author | antoine <antoine@FreeBSD.org> | 2013-06-30 05:19:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-06-30 05:19:18 +0800 |
commit | 15953e1670ecd5ea393040f239b371d3f6840832 (patch) | |
tree | 00718111cac750962890dd7cc34dc7bdef9d59e7 /emulators/tilem | |
parent | b1808137f6a5e5cb7eb656af52903fe0bbf10125 (diff) | |
download | freebsd-ports-gnome-15953e1670ecd5ea393040f239b371d3f6840832.tar.gz freebsd-ports-gnome-15953e1670ecd5ea393040f239b371d3f6840832.tar.zst freebsd-ports-gnome-15953e1670ecd5ea393040f239b371d3f6840832.zip |
Tilem:
- installs icons
- installs .desktop file with MimeType
- register mime types
Diffstat (limited to 'emulators/tilem')
-rw-r--r-- | emulators/tilem/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index fa075becf96b..c78ff7121cea 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -3,7 +3,7 @@ PORTNAME= tilem PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF @@ -14,6 +14,8 @@ LICENSE= GPLv3 LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/libticalcs2 +INSTALLS_ICONS= yes +USES= desktop-file-utils shared-mime-info USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1) |