pkgsrc-wip/SDL-intro-es/Makefile
Aleksej Saushev dfd2040d5f Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
2012-09-24 16:56:26 +00:00

29 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/09/24 16:56:28 asau Exp $
#
DISTNAME= SDL-1.0-spanish-intro
PKGNAME= SDL-intro-es-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 (Spanish)
WRKSRC= ${WRKDIR}/intro.es
DEST= ${PREFIX}/share/doc/SDL-intro/es
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 ${DEST}/toc.html ${DESTDIR}${DEST}/index.html
.include "../../mk/bsd.pkg.mk"