de14785d30
from SDL_image. If one of these packages needs them, it should include them itself.
25 lines
706 B
Makefile
25 lines
706 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/01/28 11:00:54 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= freedroid-1.0.2
|
|
PKGREVISION= 12
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freedroid/}
|
|
|
|
MAINTAINER= dillo@NetBSD.org
|
|
HOMEPAGE= http://freedroid.sourceforge.net/
|
|
COMMENT= Clone of the C64 game Paradroid
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
# XXX: vorbis support is broken
|
|
#.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|