blob: 3145e6c9cb298be0532f664cf42b3e7a66c99388 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xpdf
# Version required: 0.7
# Date created: 02 Feb 1996
# Whom: chuckr@glue.umd.edu
#
# $Id: Makefile,v 1.10 1997/06/03 07:15:50 asami Exp $
#
DISTNAME= xpdf-0.7
CATEGORIES= graphics print
MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/
MAINTAINER= chuckr@glue.umd.edu
USE_X11= yes
MAN1= xpdf.1 pdftops.1 pdftotext.1
.include <bsd.port.mk>
|