mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# New ports collection makefile for: xpdf
|
|
# Version required: 0.6
|
|
# Date created: 02 Feb 1996
|
|
# Whom: chuckr@glue.umd.edu
|
|
#
|
|
# $Id: Makefile,v 1.7 1996/11/18 11:29:53 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xpdf-0.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/
|
|
|
|
MAINTAINER= chuckr@glue.umd.edu
|
|
|
|
USE_X11= yes
|
|
MAN1= xpdf.1 pdftops.1
|
|
|
|
.include <bsd.port.mk>
|