20 lines
446 B
Makefile
20 lines
446 B
Makefile
# OpenBSD makefile for: xpdf
|
|
# Version required: 0.7a
|
|
# Date created: December 2, 1997
|
|
# Whom: angelos@openbsd.org
|
|
#
|
|
# $OpenBSD: Makefile,v 1.3 1998/05/16 01:46:32 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= xpdf-0.7a
|
|
CATEGORIES= graphics print
|
|
MASTER_SITES= ftp://ftp.aimnet.com/pub/users/derekn/xpdf/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
MAN1= xpdf.1 pdftops.1 pdftotext.1
|
|
|
|
.include <bsd.port.mk>
|