From 81c2e3044953e44e7d76a77574c100dcca33ef15 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 19 Jun 2013 17:11:08 +0000 Subject: - Trim Makefile header - Properly fix: it does not install mime XML files but a desktop file with MimeType --- games/trackballs/Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'games') diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 4a2131cddea8..fc93fbb28b8a 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: trackballs -# Date created: 21 November 2003 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/music/1.4/:music @@ -24,10 +20,9 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GL= gl USE_SDL= image mixer sdl ttf -USES= gettext shared-mime-info +USES= desktop-file-utils gettext USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= desktopfileutils INSTALLS_ICONS= yes MAKE_ARGS= mkinstalldirs="${MKDIR}" -- cgit