c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
24 lines
694 B
Makefile
24 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:44 tv Exp $
|
|
#
|
|
|
|
DISTNAME= freedroid-1.0.2
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freedroid/}
|
|
|
|
MAINTAINER= dillo@NetBSD.org
|
|
HOMEPAGE= http://freedroid.sourceforge.net/
|
|
COMMENT= Clone of the C64 game Paradroid
|
|
|
|
USE_BUILDLINK3= yes
|
|
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 "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|