freebsd-ports/sysutils/tss/Makefile
Alejandro Pulver cc9194b4df Terminal ScreenSaver (or tss for short) is an attempt to clone and enhance
FreeBSD's text-mode screen saver. Although intended for GNU/Linux, it works
fine under FreeBSD and probably a lot of other Unix-based operating systems.
Unlike the daemonsaver in FreeBSD, you may choose ASCII art of your own liking
or make your own.

WWW: http://www.pulia.nu/tss/

PR:		ports/104773
Submitted by:	Peter Ankerstal <peter at pean.org>
2006-11-01 22:16:01 +00:00

33 lines
830 B
Makefile

# New ports collection makefile for: tss
# Date created: 25 October 2006
# Whom: Peter Ankerstal <peter@pean.org>
#
# $FreeBSD$
#
PORTNAME= tss
PORTVERSION= 0.8.1
CATEGORIES= sysutils
MASTER_SITES= http://www.pulia.nu/tss/src/
MAINTAINER= peter@pean.org
COMMENT= Terminal ScreenSaver that allows you to lock you terminal
USE_GETOPT_LONG=yes
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
post-patch:
@ ${REINPLACE_CMD} -e "s|/etc/tss|${PREFIX}/etc/tss|" ${WRKSRC}/src/main.c
do-install:
${INSTALL_SCRIPT} -m 4755 ${WRKSRC}/tss ${PREFIX}/bin
${MKDIR} ${PREFIX}/etc/tss
${INSTALL_DATA} ${WRKSRC}/tss_art/* ${PREFIX}/etc/tss
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ART_CREDITS COPYING Changelog INSTALL README
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>