mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
20 lines
460 B
Makefile
20 lines
460 B
Makefile
# 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>
|