pkgsrc-wip/SDL-intro/Makefile
2005-07-16 11:01:33 +00:00

33 lines
977 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/07/16 11:01:33 kristerw Exp $
#
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
DEPENDS+= SDL-intro-en-1.0:../../devel/SDL-intro-en
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
DEPENDS+= SDL-intro-ko-1.0:../../wip/SDL-intro-ko
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"