diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-02-10 20:33:09 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-02-10 20:33:09 +0000 |
commit | 27a1370b5f0ae82951780da8ed4e7ee54b43f710 (patch) | |
tree | 4353ee25e80e13db2e892c89d5d1af19f508eb48 /graphics/xpdf/Makefile | |
parent | 2544906b513fedbda7ca14ae85738f5ab08cdc9b (diff) |
Notes
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile new file mode 100644 index 000000000000..601dd776c193 --- /dev/null +++ b/graphics/xpdf/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xpdf +# Version required: 0.3 +# Date created: 02 Feb 1996 +# Whom: chuckr@glue.umd.edu +# +# $Id:$ +# + +DISTNAME= xpdf-0.3 +PKGNAME= 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> |