mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
bb08909c89
Submitted by: Mike Peck (mike@binghamton.edu)
27 lines
593 B
Makefile
27 lines
593 B
Makefile
# New ports collection makefile for: tinyfugue
|
|
# Version required: 3.5a16
|
|
# Date created: 22 Mar 1996
|
|
# Whom: mike@binghamton.edu
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= tf-35a16
|
|
CATEGORIES+= net games
|
|
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
|
|
ftp://ftp.tcp.com/pub/mud/Clients/tf/ \
|
|
ftp://ftp7.freebsd.org/pub/tf/
|
|
|
|
MAINTAINER= mike@binghamton.edu
|
|
|
|
# Here's my cute little hack to make it use its proprietary
|
|
# program thing insteada make. :) This is probably a stupid way
|
|
# to do it so email me if you know of a better way.
|
|
|
|
USE_GMAKE=yes
|
|
GMAKE= ./unixmake
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
BUILD_DEPENDS=
|