![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / games / cmatrix / Makefile (download)
Revision 1.10, Sat Oct 6 11:54:33 2012 UTC (10 years, 11 months ago) by asau
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
# $NetBSD: Makefile,v 1.10 2012/10/06 11:54:33 asau Exp $ # DISTNAME= cmatrix-1.2a CATEGORIES= games MASTER_SITES= http://www.asty.org/cmatrix/dist/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.asty.org/cmatrix/ COMMENT= Make your console feel like Nadbuchonazor's bridge USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${DESTDIR}${PREFIX}/bin/cmatrix ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/cmatrix.1 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/cmatrix ${INSTALL_DATA} ${WRKSRC}/mtx.pcf \ ${DESTDIR}${PREFIX}/share/cmatrix/mtx.pcf .include "../../mk/curses.buildlink3.mk" .include "../../mk/bsd.pkg.mk"