diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index ff2cb40ef5b6..9b1cd807646f 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -1,25 +1,28 @@ # Created by: Matt Mills PORTNAME= ipbt DISTVERSION= r8765 CATEGORIES= misc MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ LOCAL/uqs MAINTAINER= uqs@FreeBSD.org COMMENT= High-tech ttyrec player with improvements over ttyplay USES= ncurses perl5 shebangfix +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE + ALL_TARGET= ${PORTNAME} MAKE_ARGS= LFLAGS="${LDFLAGS}" NCURSES_LIB="${NCURSESLIBS}" PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump man/man1/ipbt.1.gz SHEBANG_FILES= sbcsgen.pl Makefile ttygrep ttydump do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttydump ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ttygrep ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ipbt.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include