blob: dc6a92154dc230fcd346e58e9cf0e8773f476de8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: xpdf
# Version required: 0.3
# Date created: 02 Feb 1996
# Whom: chuckr@glue.umd.edu
#
# $Id: Makefile,v 1.1.1.1 1996/02/10 20:33:08 fenner Exp $
#
DISTNAME= xpdf-0.3
CATEGORIES+= graphics
KEYWORDS= pdf "Portable Document Format" adobe acrobat
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/
EXTRACT_SUFX= .tar.gz
MAINTAINER= chuckr@glue.umd.edu
USE_X11= yes
.include <bsd.port.mk>
|