View | Details | Raw Unified | Return to bug 177010
Collapse All | Expand All

(-)./Makefile (-2 / +2 lines)
Lines 1-4 Link Here
1
# Created by: nemysis@gmx.ch
1
# Created by: nemysis <nemysis@gmx.ch>
2
# $FreeBSD: head/games/asteroid/Makefile 312567 2013-02-19 14:27:07Z miwi $
2
# $FreeBSD: head/games/asteroid/Makefile 312567 2013-02-19 14:27:07Z miwi $
3
3
4
PORTNAME=	asteroid
4
PORTNAME=	asteroid
Lines 18-24 Link Here
18
18
19
USE_GL=		glut
19
USE_GL=		glut
20
USE_SDL=	mixer sdl
20
USE_SDL=	mixer sdl
21
USE_GNOME=	gtk20
21
USE_GNOME=	desktopfileutils gtk20
22
USE_XORG=	xmu
22
USE_XORG=	xmu
23
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
24
USE_CMAKE=	yes
24
USE_CMAKE=	yes
(-)./pkg-plist (+2 lines)
Lines 18-20 Link Here
18
@dirrm %%DATADIR%%/gfx
18
@dirrm %%DATADIR%%/gfx
19
@dirrm %%DATADIR%%
19
@dirrm %%DATADIR%%
20
@dirrmtry share/applications
20
@dirrmtry share/applications
21
@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true
22
@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true

Return to bug 177010