7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
23 lines
539 B
Makefile
23 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.17 2014/05/29 23:36:35 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= minami-1.0.2
|
|
PKGREVISION= 4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.guru.gr.jp/pub/minami/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.guru.gr.jp/~issei/minami/
|
|
COMMENT= Text adventure
|
|
|
|
USE_TOOLS+= perl:run
|
|
REPLACE_PERL= gen_act gen_dun gen_itm gen_scn minflag
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/minami ${DESTDIR}${PREFIX}/bin
|
|
|
|
.include "../../mk/readline.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|