c7383780db
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
25 lines
769 B
Makefile
25 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.12 2015/08/18 07:31:08 wiz Exp $
|
|
|
|
DISTNAME= cmatrix-1.2a
|
|
PKGREVISION= 2
|
|
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"
|