ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/print/xpdfopen/Makefile
Revision: 24618
Committed: Wed Nov 21 21:32:51 2018 UTC (5 years, 5 months ago) by laffer1
Content type: text/plain
File size: 817 byte(s)
Log Message:
add xpdfopen

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: head/print/xpdfopen/Makefile 453381 2017-11-02 21:41:47Z olgeni $
3
4 PORTNAME= xpdfopen
5 PORTVERSION= 0.86
6 CATEGORIES= print
7 MASTER_SITES= ftp://tug.org/historic/systems/texlive/2015/
8 DISTNAME= texlive-${DISTVERSION_TEXLIVE_SOURCE}-source
9 DIST_SUBDIR= TeX
10
11 MAINTAINER= ports@MidnightBSD.org
12 COMMENT= Command line utility for PDF viewers
13
14 CONFLICTS= texlive-base-20150521_[1-4]
15
16 USES= tar:xz
17 USE_XORG= x11 xmu
18 EXTRACT_AFTER_ARGS= ${EXTRACT_FILES:S,^,${DISTNAME}/,}
19 EXTRACT_FILES= build-aux \
20 utils/xpdfopen
21 DISTVERSION_TEXLIVE_SOURCE= 20150521
22 WRKSRC= ${WRKDIR}/${DISTNAME}/utils/xpdfopen
23 GNU_CONFIGURE= yes
24 CFLAGS+= -I${LOCALBASE}/include
25 LDFLAGS+= -L${LOCALBASE}/lib
26
27 PLIST_FILES= bin/pdfclose \
28 bin/pdfopen \
29 man/man1/pdfclose.1.gz \
30 man/man1/pdfopen.1.gz
31
32 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain