035040b33e
Changes: - fix (kludgily?) reset_focus() so that it actually works. - add -r and -reset_focus options. - update documentation.
25 lines
711 B
Makefile
25 lines
711 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/12/12 04:21:28 minskim Exp $
|
|
|
|
DISTNAME= texlive-20130530-source
|
|
PKGNAME= xpdfopen-0.83
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2013/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.tug.org/texlive/
|
|
COMMENT= Commands to control Acrobat Reader, xpdf, and evince
|
|
|
|
CONFLICTS+= teTeX-bin<=3.0nb34
|
|
CONFLICTS+= texlive-pdftools<2011
|
|
DEPENDS+= web2c-[0-9]*:../../print/web2c
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \
|
|
${DISTNAME}/utils/xpdfopen
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|