freebsd-ports/misc/pspresent/Makefile
Pav Lucistnik f38ecd9570 pspresent is a presentation tool to display full-screen PostScript
presentations. It provides simple navigation, and double-buffers for
seamless transitions.

WWW: http://www.cse.unsw.edu.au/~matthewc/pspresent

PR:		ports/114887
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2007-07-29 20:41:50 +00:00

30 lines
720 B
Makefile

# New ports collection makefile for: pspresent
# Date created: 25 Jul 2007
# Whom: Timothy Bourke <timbob@bigpond.com>
#
# $FreeBSD$
#
PORTNAME= pspresent
PORTVERSION= 1.3
CATEGORIES= misc
MASTER_SITES= http://www.cse.unsw.edu.au/~matthewc/pspresent/
MAINTAINER= timbob@bigpond.com
COMMENT= Full-screen slide shows of postscript files
USE_GHOSTSCRIPT_RUN= yes
USE_XORG= x11 xext xinerama
ALL_TARGET= pspresent
PLIST_FILES= bin/pspresent
MAN1= pspresent.1
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|$${X11BASE}|' ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>