| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/misc/pspresent/ |
Upload File : |
PORTNAME= pspresent
PORTVERSION= 1.3
PORTREVISION= 6
CATEGORIES= misc
MASTER_SITES= http://www.zmatt.net/pspresent/
MAINTAINER= ports@FreeBSD.org
COMMENT= Full-screen slide shows of postscript files
WWW= http://www.zmatt.net/pspresent/
LICENSE= GPLv2
USES= ghostscript:x11,run xorg
USE_XORG= x11 xext xinerama
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDLIBS="${LDFLAGS}"
ALL_TARGET= pspresent
PLIST_FILES= bin/pspresent man/man1/pspresent.1.gz
CFLAGS+= -I${LOCALBASE}/include -DHAVE_LIBXINERAMA
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXext -lXinerama
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pspresent ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pspresent.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>