2007-09-21 00:44:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2007/09/20 22:44:31 thomasklausner Exp $
|
2005-05-31 12:01:47 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= SDL-intro-1.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= ianzag@mail.ru
|
|
|
|
HOMEPAGE= http://www.libsdl.org/docs.php
|
|
|
|
COMMENT= Simple DirectMedia Layer introduction (All languages)
|
|
|
|
|
|
|
|
# Note: fix wip to actuall location.
|
|
|
|
DEPENDS+= SDL-intro-cn-1.0:../../wip/SDL-intro-cn
|
|
|
|
DEPENDS+= SDL-intro-de-1.0:../../wip/SDL-intro-de
|
2007-09-21 00:44:31 +02:00
|
|
|
DEPENDS+= SDL-intro-en-1.0nb1:../../devel/SDL-intro-en
|
2005-05-31 12:01:47 +02:00
|
|
|
DEPENDS+= SDL-intro-es-1.0:../../wip/SDL-intro-es
|
|
|
|
DEPENDS+= SDL-intro-fr-1.0:../../wip/SDL-intro-fr
|
|
|
|
DEPENDS+= SDL-intro-it-1.0:../../wip/SDL-intro-it
|
|
|
|
DEPENDS+= SDL-intro-jp-1.0:../../wip/SDL-intro-jp
|
2006-08-19 22:22:29 +02:00
|
|
|
DEPENDS+= SDL-intro-ko-1.0:../../devel/SDL-intro-ko
|
2005-05-31 12:01:47 +02:00
|
|
|
DEPENDS+= SDL-intro-pt-1.0:../../wip/SDL-intro-pt
|
|
|
|
DEPENDS+= SDL-intro-ru-1.0:../../wip/SDL-intro-ru
|
|
|
|
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= YES
|
|
|
|
NO_CONFIGURE= YES
|
|
|
|
NO_BUILD= YES
|
|
|
|
NO_MTREE= YES
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|