mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b3ed5741b5
character mode, 2D tilesets and 3d graphics, all interchangeable at runtime to allow the serious nethack player ultimate freedom of interface to the game that allows ultimate freedom of gameplay and imagination. noegnud-data is the foundamental data for noeGNUd which all noeGNUd games depend on it. noegnud-nethack, noegnud-nethack-deet, noegnud-slashem, and noegnud-littlehack are the four variant games that noeGNUd support. noegnud-addons installs tilesets and sound themes. PR: ports/65318 Submitted by: Leland Wang <llwang@infor.org>
27 lines
629 B
Makefile
27 lines
629 B
Makefile
# New ports collection makefile for: noegnud-data
|
|
# Date created: 7 April 2004
|
|
# Whom: Leland Wang <llwang@infor.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= noegnud
|
|
PORTVERSION= 0.8.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMESUFFIX= -data
|
|
DISTFILES= ${DISTNAME}_linux_src-minimal${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= llwang@infor.org
|
|
COMMENT= The noeGNUd Data Files
|
|
|
|
NOEGNUDVERSION= ${PORTNAME}-0.8.0
|
|
DATADIR= ${PREFIX}/share/${NOEGNUDVERSION}
|
|
MAKE_ENV+= DATADIR="${DATADIR}"
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/variants
|
|
ALL_TARGET= data
|
|
INSTALL_TARGET= install_data
|
|
|
|
.include <bsd.port.mk>
|