mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
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=
|