Index: head/print/ansiprint/Makefile =================================================================== --- head/print/ansiprint/Makefile (revision 365569) +++ head/print/ansiprint/Makefile (revision 365570) @@ -1,26 +1,26 @@ # Created by: Stephen Fisher # $FreeBSD$ -PORTNAME= ansiprint -PORTVERSION= 1.0 -CATEGORIES= print -MASTER_SITES= SF -EXTRACT_SUFX= .tgz +PORTNAME= ansiprint +PORTVERSION= 1.0 +CATEGORIES= print +MASTER_SITES= SF -MAINTAINER= stephenfisher@outlook.com -COMMENT= Prints through a terminal with ANSI escape sequences +MAINTAINER= ports@FreeBSD.org +COMMENT= Prints through a terminal with ANSI escape sequences -PLIST_FILES= bin/${PORTNAME} +USES= tar:tgz +PLIST_FILES= bin/${PORTNAME} +CXXFLAGS+= -Wno-deprecated -CXXFLAGS+= -Wno-deprecated - post-extract: @${RM} ${WRKSRC}/Makefile do-build: cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include