19 lines
429 B
Makefile
19 lines
429 B
Makefile
# OpenBSD makefile for: xpdf
|
|
# Version required: 0.7
|
|
# Date created: December 2, 1997
|
|
# Whom: angelos@openbsd.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/03 03:13:16 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xpdf-0.7
|
|
CATEGORIES= graphics print
|
|
MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
USE_X11= yes
|
|
MAN1= xpdf.1 pdftops.1 pdftotext.1
|
|
|
|
.include <bsd.port.mk>
|