mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
fd4370eac4
- Switch master sites to SF.
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# New ports collection makefile for: tinyfugue
|
|
# Date created: 4 January 1997
|
|
# Whom: mike@binghamton.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tf
|
|
PORTVERSION= 5.0b8
|
|
CATEGORIES= net games
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= tinyfugue
|
|
DISTVERSION= ${PORTVERSION:S/.//}
|
|
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= A popular programmable MUD client, with macro support and more
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-manpage --enable-version --enable-symlink --datadir=${PREFIX}/lib
|
|
|
|
PLIST_SUB= DISTNAME=${DISTNAME}
|
|
|
|
.include <bsd.port.mk>
|