pkgsrc-wip/SDL-intro-pt/Makefile

30 lines
689 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2012/09/24 16:56:28 asau Exp $
2005-05-31 11:43:17 +02:00
#
DISTNAME= SDL-1.0-portuguese-intro
PKGNAME= SDL-intro-pt-1.0
2011-11-30 13:52:59 +01:00
PKGREVISION= 1
2005-05-31 11:43:17 +02:00
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 (Portuguese)
WRKSRC= ${WRKDIR}/intro.br
DEST= ${PREFIX}/share/doc/SDL-intro/pt
NO_CONFIGURE= YES
NO_BUILD= YES
# Remove links
post-patch:
${RM} ${WRKSRC}/index.html
do-install:
2011-11-30 13:52:59 +01:00
${INSTALL_DATA_DIR} ${DESTDIR}${DEST}
${INSTALL_DATA} ${WRKSRC}/*.html ${DESTDIR}${DEST}
${LN} -s ${DEST}/toc.html ${DESTDIR}${DEST}/index.html
2005-05-31 11:43:17 +02:00
.include "../../mk/bsd.pkg.mk"