mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
16 lines
361 B
Makefile
16 lines
361 B
Makefile
# New ports collection makefile for: nethack-qt
|
|
# Date created: So 6 Apr 1997 04:25:57 MET DST
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../nethack33
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A dungeon explorin', slashin', hackin' game (w/ Qt graphics)
|
|
|
|
WITH_QT_GRAPHICS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|