1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/print/ansiprint/Makefile
Frederic Culot 3377966318 - Update MAINTAINER's address [1]
- Trim Makefile header

PR:		ports/174239 [1]
Submitted by:	Stephen Fisher <stephenfisher@outlook.com> (maintainer)
Feature safe:	yes
2012-12-08 11:01:40 +00:00

27 lines
523 B
Makefile

# Created by: Stephen Fisher
# $FreeBSD$
PORTNAME= ansiprint
PORTVERSION= 1.0
CATEGORIES= print
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= stephenfisher@outlook.com
COMMENT= Prints through a terminal with ANSI escape sequences
PLIST_FILES= bin/${PORTNAME}
CXXFLAGS+= -Wno-deprecated
post-extract:
@${RM} ${WRKSRC}/Makefile
do-build:
cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>