1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/tinyfugue/Makefile
Johan van Selst 2e542c58b8 - Stagify
- Adopt port
2014-07-24 20:49:29 +00:00

24 lines
646 B
Makefile

# Created by: mike@binghamton.edu
# $FreeBSD$
PORTNAME= tf
PORTVERSION= 5.0b8
CATEGORIES= net games
MASTER_SITES= SF/tinyfugue/tinyfugue/5.0%20beta%208
DISTVERSION= ${PORTVERSION:S/.//}
DISTNAME= ${PORTNAME}-${DISTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= 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}
post-patch:
@${REINPLACE_CMD} 's:@.*dir@:$${DESTDIR}&:' ${WRKSRC}/unix/vars.mak.in
@${REINPLACE_CMD} '/ln -s/s@(TF)@(TF:T)@' ${WRKSRC}/unix/unix.mak
.include <bsd.port.mk>