blob: 6713981c432bfc38fd6b266b799ffe245bb70afb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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}/../nethack34
MAINTAINER= ports@FreeBSD.org
PKGNAMESUFFIX= -qt
.include "${MASTERDIR}/Makefile"
|