2017-04-25 15:47:41 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2017/04/25 15:47:41 espie Exp $
|
2001-07-04 16:57:50 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= The Dungeons of Moria
|
2001-07-04 16:57:50 +00:00
|
|
|
|
|
|
|
V= 5.5.2
|
|
|
|
DISTNAME= um$V
|
2010-11-16 11:23:25 +00:00
|
|
|
PKGNAME= moria-$V
|
2017-04-25 15:47:41 +00:00
|
|
|
REVISION= 4
|
2013-12-12 21:39:08 +00:00
|
|
|
|
2001-07-04 16:57:50 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
HOMEPAGE= http://www-math.bgsu.edu/~grabine/moria.html
|
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= not-for-profit redistribution only
|
2001-07-04 16:57:50 +00:00
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2013-12-12 21:39:08 +00:00
|
|
|
|
|
|
|
WANTLIB= c curses termcap
|
|
|
|
|
2015-10-27 19:00:53 +00:00
|
|
|
MASTER_SITES= http://www.nic.funet.fi/pub/unix/games/moria/source/
|
|
|
|
|
2013-12-12 21:39:08 +00:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
|
|
|
MAKE_FLAGS= CC="${CC}" CFLAGS='-DPREFIX=\"${PREFIX}\" ${CFLAGS}'
|
|
|
|
|
|
|
|
SEPARATE_BUILD= Yes
|
2001-07-04 16:57:50 +00:00
|
|
|
|
2013-03-11 11:02:49 +00:00
|
|
|
NO_TEST= Yes
|
2001-10-24 14:37:24 +00:00
|
|
|
|
2001-07-04 16:57:50 +00:00
|
|
|
WRKDIST= ${WRKDIR}/umoria
|
|
|
|
|
2013-12-12 21:39:08 +00:00
|
|
|
ALL_TARGET= moria
|
|
|
|
|
|
|
|
libfiles= hours news origcmds.hlp owizcmds.hlp roglcmds.hlp \
|
|
|
|
rwizcmds.hlp version.hlp welcome.hlp
|
2001-07-04 16:57:50 +00:00
|
|
|
|
2013-12-12 21:39:08 +00:00
|
|
|
post-configure:
|
|
|
|
cd ${WRKBUILD}; for i in ${WRKSRC}/source/*; do ln -sf $$i; done; \
|
2001-07-04 16:57:50 +00:00
|
|
|
for i in ${WRKSRC}/unix/*; do ln -sf $$i; done; \
|
2013-12-12 21:39:08 +00:00
|
|
|
ln -sf ${WRKSRC}/files
|
2001-07-04 16:57:50 +00:00
|
|
|
|
|
|
|
do-install:
|
2013-12-12 21:39:08 +00:00
|
|
|
${INSTALL_PROGRAM} -g games -m 2711 ${WRKBUILD}/moria ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} -m 711 ${PREFIX}/share/moria
|
|
|
|
cd ${WRKBUILD}/files; ${INSTALL_DATA} ${libfiles} ${PREFIX}/share/moria
|
|
|
|
${INSTALL_DATA} /dev/null ${PREFIX}/share/moria/scores
|
2001-07-04 16:57:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|