pkgsrc/devel/SDL-intro-ko/Makefile

29 lines
648 B
Makefile
Raw Normal View History

2017-09-04 20:00:49 +02:00
# $NetBSD: Makefile,v 1.4 2017/09/04 18:00:52 wiz Exp $
#
DISTNAME= SDL-1.0-korean-intro
PKGNAME= SDL-intro-ko-1.0
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/archives/
MAINTAINER= ianzag@mail.ru
2017-09-04 20:00:49 +02:00
#HOMEPAGE= http://www.libsdl.org/docs.php
COMMENT= Simple DirectMedia Layer introduction (Korean)
WRKSRC= ${WRKDIR}/intro.ko
DEST= ${PREFIX}/share/doc/SDL-intro.ko
NO_CONFIGURE= YES
NO_BUILD= YES
# Remove links
post-patch:
${RM} ${WRKSRC}/index.html
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${DEST}
${INSTALL_DATA} ${WRKSRC}/*.html ${DESTDIR}${DEST}
${LN} -s toc.html ${DESTDIR}${DEST}/index.html
.include "../../mk/bsd.pkg.mk"