summaryrefslogtreecommitdiff
path: root/games/netmaj/Makefile
blob: 37393d7117ee7d52577b47be306468a12dc03b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $NetBSD: Makefile,v 1.14 2008/02/29 20:53:02 jlam Exp $
#

DISTNAME=		netmaj-2.0.7
PKGREVISION=		2
CATEGORIES=		games
MASTER_SITES=		http://www.sfc.wide.ad.jp/~kusune/netmaj/files/

MAINTAINER=		kei@NetBSD.org
HOMEPAGE=		http://www.sfc.wide.ad.jp/~kusune/netmaj/
COMMENT=		Mahjongg game with network and 1-4 player(s) support

PKG_DESTDIR_SUPPORT=	user-destdir

WRKSRC=			${WRKDIR}/netmaj
USE_TOOLS+=		perl:run
HAS_CONFIGURE=		yes
CONFIGURE_ENV+=		OPSYS=${OPSYS:Q}
CONFIGURE_ENV+=		CURSES_LIBS=${BUILDLINK_LDADD.ncursesw:Q}

INSTALL_TARGET=		install install-pf
DOCDIR=			${PREFIX}/share/doc/netmaj

pre-configure:
	cp ${FILESDIR}/configure.sh ${WRKSRC}/configure
	chmod +x ${WRKSRC}/configure

post-install:
	${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
	${INSTALL_DATA} ${WRKSRC}/html/* ${DESTDIR}${DOCDIR}

.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"