opnsense-ports/print/xpdfopen/Makefile
Franco Fichtner 69b48d3f1e */*: sync with upstream
Taken from: FreeBSD
2015-09-10 05:23:56 +02:00

31 lines
730 B
Makefile

# $FreeBSD$
PORTNAME= xpdfopen
PORTVERSION= 0.86
CATEGORIES= print
MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
DISTNAME= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source
DIST_SUBDIR= TeX
MAINTAINER= hrs@FreeBSD.org
COMMENT= Command line utility for PDF viewers
CONFLICTS= texlive-base-20150521_[1-4]
USES= tar:xz
USE_XORG= x11 xmu
EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
EXTRACT_FILES= build-aux \
utils/xpdfopen
DISTVERSION_TEXLIVE_SOURCE= 20150521
WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/pdfclose \
bin/pdfopen \
man/man1/pdfclose.1.gz \
man/man1/pdfopen.1.gz
.include <bsd.port.mk>