pkgsrc/devel/SDL-intro-en/Makefile
minskim 743b3f9c83 Change the directory name so that it does not conflict with SDL
documentations in other languages.

Bump PKGREVISION.
2006-07-21 19:47:32 +00:00

29 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/07/21 19:47:32 minskim Exp $
#
DISTNAME= SDL-1.0-english-intro
PKGNAME= SDL-intro-en-1.0
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/archives/
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://www.libsdl.org/docs.php
COMMENT= Simple DirectMedia Layer introduction (English)
WRKSRC= ${WRKDIR}/intro.en
DEST= ${PREFIX}/share/doc/SDL-intro.en
NO_CONFIGURE= YES
NO_BUILD= YES
# Remove links
post-patch:
${RM} ${WRKSRC}/index.html
do-install:
${INSTALL_DATA_DIR} ${DEST}
${INSTALL_DATA} ${WRKSRC}/*.html ${DEST}
${LN} -s ${DEST}/toc.html ${DEST}/index.html
.include "../../mk/bsd.pkg.mk"