mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- update WWW
- add LICENSE - make portlint happier - take maintainership
This commit is contained in:
parent
6e4abf5c89
commit
d6a1764d81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525173
@ -8,25 +8,28 @@ CATEGORIES= net games
|
||||
MASTER_SITES= SF/tinyfugue/tinyfugue/5.0%20beta%208
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Popular programmable MUD client, with macro support and more
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
|
||||
USES= ssl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-manpage --enable-version --enable-symlink \
|
||||
--datadir=${PREFIX}/lib --with-inclibpfx=${LOCALBASE}
|
||||
USES= ssl
|
||||
LDFLAGS+= -L${LOCALBASE}
|
||||
|
||||
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
|
||||
${REINPLACE_CMD} 's:@.*dir@:$${DESTDIR}&:' ${WRKSRC}/unix/vars.mak.in
|
||||
${REINPLACE_CMD} '/ln -s/s@(TF)@(TF:T)@' ${WRKSRC}/unix/unix.mak
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/src/tf
|
||||
${STRIP_CMD} ${WRKSRC}/src/tf
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/src/tf.1.nroffman ${STAGEDIR}${PREFIX}/man/man1/tf.1
|
||||
|
@ -1,7 +1,4 @@
|
||||
TinyFugue is a powerful, programmable MUD client with macro support
|
||||
and multi-worlding support and much more.
|
||||
|
||||
WWW: http://tf.tcp.com/~hawkeye/tf/
|
||||
|
||||
-Mike Peck
|
||||
mike@binghamton.edu
|
||||
WWW: http://tinyfugue.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user